# API reference

Every public endpoint. Base URL https://api.chikaraintel.com.

Canonical: https://chikaraintel.com/docs/api/reference

## Profiles

- GET `/v1/profiles`: List profiles (https://chikaraintel.com/docs/api/reference/profiles/list-profiles.md)
- GET `/v1/profiles/{profileReference}`: Get a profile (https://chikaraintel.com/docs/api/reference/profiles/get-profile.md)
- GET `/v1/profiles/{profileReference}/ownership`: List a profile's ownership (https://chikaraintel.com/docs/api/reference/profiles/list-profile-ownership.md)
- GET `/v1/profiles/{profileReference}/articles`: List a profile's articles (https://chikaraintel.com/docs/api/reference/profiles/list-profile-articles.md)

## Organisations

- GET `/v1/organisations`: List organisations (https://chikaraintel.com/docs/api/reference/organisations/list-organisations.md)
- GET `/v1/organisations/{organisationReference}`: Get an organisation (https://chikaraintel.com/docs/api/reference/organisations/get-organisation.md)
- GET `/v1/organisations/{organisationReference}/people`: List an organisation's people (https://chikaraintel.com/docs/api/reference/organisations/list-organisation-people.md)
- GET `/v1/organisations/{organisationReference}/ownership`: Get an organisation's ownership (https://chikaraintel.com/docs/api/reference/organisations/get-organisation-ownership.md)

## Events

- GET `/v1/events`: List events (https://chikaraintel.com/docs/api/reference/events/list-events.md)
- GET `/v1/events/{eventReference}`: Get an event (https://chikaraintel.com/docs/api/reference/events/get-event.md)
- GET `/v1/events/{eventReference}/statistics/{statisticReference}/similarmoves`: Get similar moves (https://chikaraintel.com/docs/api/reference/events/get-similar-moves.md)

## Search

- GET `/v1/search/suggestions`: List suggestions (https://chikaraintel.com/docs/api/reference/search/list-suggestions.md)
- POST `/v1/search/events`: Save an event search (https://chikaraintel.com/docs/api/reference/search/create-event-search.md)

## Articles

- GET `/v1/articles/{articleReference}`: Get an article (https://chikaraintel.com/docs/api/reference/articles/get-article.md)
