Skip to main content
GET
/
entry-requirements
/
personalized
Get personalized entry requirements
curl --request GET \
  --url https://api.ceibo.me/v1/entry-requirements/personalized \
  --header 'x-api-key: <api-key>'
{
  "applicabilityContext": {
    "isFromMercosur": true,
    "countryGroups": [
      {
        "code": "mercosur",
        "name": "MERCOSUR"
      }
    ]
  },
  "requirement": {
    "id": 1,
    "priority": 1,
    "customsDeclarationRequired": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "fromCountryId": 123,
    "fromCountryGroupId": 123,
    "toCountryId": 123,
    "toCountryGroupId": 123,
    "documentValidity": {
      "minimumDays": 180
    },
    "proofOfFunds": "required",
    "proofOfFundsDetails": "<string>",
    "proofOfFundsAmountUsd": 123,
    "proofOfFundsSourceUrl": "<string>",
    "proofOfFundsAmountLocal": 123,
    "proofOfFundsCurrencyId": 123,
    "returnTicket": "required",
    "returnTicketDetails": "<string>",
    "returnTicketSourceUrl": "<string>",
    "healthInsurance": "required",
    "healthInsuranceDetails": "<string>",
    "healthInsuranceCoverageUsd": 123,
    "healthInsuranceSourceUrl": "<string>",
    "customsDeclarationDetails": "<string>",
    "customsDeclarationUrl": "<string>",
    "proofOfAccommodation": "required",
    "proofOfAccommodationDetails": "<string>",
    "proofOfAccommodationSourceUrl": "<string>",
    "visaRequirementType": "visa_free",
    "maxStayDays": 90,
    "generalNotes": "<string>",
    "sourceUrl": "<string>",
    "officialWebsiteUrl": "<string>",
    "visaApplicationUrl": "<string>",
    "visaProcessingDays": 183,
    "lastVerifiedAt": "2023-11-07T05:31:56Z"
  },
  "translationMeta": {
    "languageId": 123,
    "isFallback": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ceibo.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key minted at developer.ceibo.me. Send on every request.

Query Parameters

fromCountryId
integer
required

Traveler's passport country.

toCountryId
integer
required

Destination country.

cityId
integer

Destination city — narrows to city-specific requirements when present.

languageId
integer
locale
string

Response

Applicable requirement plus context.

applicabilityContext
object
required
requirement
object
translationMeta
object