# Ceibo ## Docs - [Entry requirements by destination](https://docs.ceibo.me/api-reference/endpoint/entry-requirements-by-destination.md): Returns every entry requirement (general + per-origin) that targets this destination country. - [Get a country](https://docs.ceibo.me/api-reference/endpoint/get-country.md) - [Get an entry requirement](https://docs.ceibo.me/api-reference/endpoint/get-entry-requirement.md) - [Get a health requirement](https://docs.ceibo.me/api-reference/endpoint/get-health-requirement.md) - [Get a vaccine](https://docs.ceibo.me/api-reference/endpoint/get-vaccine.md) - [List cities](https://docs.ceibo.me/api-reference/endpoint/list-cities.md): Paginated list of cities. Filter by country, search by name, or both. - [List countries](https://docs.ceibo.me/api-reference/endpoint/list-countries.md): Returns a paginated list of countries. Supports search by name, filtering by continent, and sorting. - [List entry requirements](https://docs.ceibo.me/api-reference/endpoint/list-entry-requirements.md): Paginated list of entry requirements. Filterable by destination country, origin country, country group, and staleness. - [List health requirements](https://docs.ceibo.me/api-reference/endpoint/list-health-requirements.md): Vaccine requirements for entry. Filter by `countryId` (and optionally `cityId`) for destination-scoped results, or omit both for the paginated catalogue. - [List or search vaccines](https://docs.ceibo.me/api-reference/endpoint/list-vaccines.md): Paginated catalogue of vaccines. Pass `q` to perform free-text search across name and disease. - [Personalized entry requirements](https://docs.ceibo.me/api-reference/endpoint/personalized-entry-requirements.md): Returns the most specific entry requirement applicable to a traveler with `fromCountryId` passport visiting `toCountryId`. Falls back from country-specific to general rules. The response wraps the requirement with an `applicabilityContext` describing why it matched. - [Find cities nearby](https://docs.ceibo.me/api-reference/endpoint/search-cities.md): PostGIS-backed proximity search. Returns cities within `radiusKm` of (`latitude`, `longitude`), ordered by distance. - [API reference](https://docs.ceibo.me/api-reference/introduction.md): Base URL, conventions, pagination, and error contract for the Ceibo API. - [Authentication](https://docs.ceibo.me/authentication.md): How to authenticate against the public API and the developer dashboard. - [Welcome to Ceibo](https://docs.ceibo.me/index.md): The travel platform API — walking tours, entry requirements, and place data for builders. - [Quickstart](https://docs.ceibo.me/quickstart.md): Mint an API key and call the Ceibo API in five minutes. - [Travel requirements](https://docs.ceibo.me/travel-requirements.md): Visa, health, and document requirements for any origin/destination pair. ## OpenAPI Specs - [openapi](https://docs.ceibo.me/api-reference/openapi.json) ## Optional - [Status](https://api.ceibo.me/v1/health) - [GitHub](https://github.com/ceibo-travel)