{"openapi":"3.2.0","info":{"title":"Visa Requirements API","description":"Most up-to-date visa requirements with color-coded status indicators covers 200 passports and 211 destinations with accurate, daily-updated data. Custom Passport index, passport rank included. Enhance your travel apps, booking platforms, and immigration tools. Flexible plans, including a free tier.","version":"1.0.0"},"servers":[{"url":"https://travelbuddy.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"V2"},{"name":"V1"}],"paths":{"/v2/passports":{"get":{"operationId":"get_v2_passports","summary":"Passports","description":"List of passport country codes","tags":["V2"]}},"/v2/destinations":{"get":{"operationId":"get_v2_destinations","summary":"Destinations","description":"List of destinations country codes","tags":["V2"]}},"/v2/passport/rank/custom":{"post":{"operationId":"post_v2_passport_rank_custom","summary":"CustomPassportRank","description":"Make your custom passport index/rank","tags":["V2"],"requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"weights":{"Visa-free":2,"Visa on arrival":1,"Visa required":0,"eVisa":1,"eTA":1,"Tourist card":0,"Freedom of movement":3,"Not admitted":-1}}}}}}},"/v2/visa/map":{"post":{"operationId":"post_v2_visa_map","summary":"VisaMap","description":"Return the color for the primary visa rule","tags":["V2"],"requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"passport":"CN"}}}}}},"/v2/visa/mapall":{"post":{"operationId":"post_v2_visa_mapall","summary":"VisaMapAll","description":"Show data for map for all passports","tags":["V2"]}},"/v2/visa/check":{"post":{"operationId":"post_v2_visa_check","summary":"VisaRequirements","description":"Show visa rules for passport -> destination","tags":["V2"],"requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"passport":"CN","destination":"AE"}}}}}},"/":{"post":{"operationId":"post","summary":"VisaCheck","description":"Show the visa requirements for Passport holder","tags":["V1"],"requestBody":{"required":false,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"passport":{"type":"string","title":"passport","example":"US","description":"ISO Alpha-2 country code"},"destination":{"type":"string","title":"Destination","example":"DE","description":"ISO Alpha-2 country code"}}}}}}}},"/map":{"post":{"operationId":"post_map","summary":"MapColor","description":"Show the color of visa requirements for a Passport holder.","tags":["V1"],"requestBody":{"required":false,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"passport":{"type":"string","example":"US"}}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}