Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "meta": {
- "count": 4,
- "links": {
- "self": "https://test.api.amadeus.com/v1/reference-data/locations?subType=CITY,AIRPORT&keyword=paris&page%5Blimit%5D=5"
- }
- },
- "data": [
- {
- "type": "location",
- "subType": "CITY",
- "name": "HENRY COUNTY",
- "detailedName": "PARIS/TN/US:HENRY COUNTY",
- "id": "CPHT",
- "self": {
- "href": "https://test.api.amadeus.com/v1/reference-data/locations/CPHT",
- "methods": [
- "GET"
- ]
- },
- "timeZoneOffset": "-05:00",
- "iataCode": "PHT",
- "geoCode": {
- "latitude": 36.34034,
- "longitude": -88.38002
- },
- "address": {
- "cityName": "PARIS",
- "cityCode": "PHT",
- "countryName": "UNITED STATES OF AMERICA",
- "countryCode": "US",
- "stateCode": "TN",
- "regionCode": "NAMER"
- }
- },
- {
- "type": "location",
- "subType": "AIRPORT",
- "name": "HENRY COUNTY",
- "detailedName": "PARIS/TN/US:HENRY COUNTY",
- "id": "APHT",
- "self": {
- "href": "https://test.api.amadeus.com/v1/reference-data/locations/APHT",
- "methods": [
- "GET"
- ]
- },
- "timeZoneOffset": "-05:00",
- "iataCode": "PHT",
- "geoCode": {
- "latitude": 36.34034,
- "longitude": -88.38002
- },
- "address": {
- "cityName": "PARIS",
- "cityCode": "PHT",
- "countryName": "UNITED STATES OF AMERICA",
- "countryCode": "US",
- "stateCode": "TN",
- "regionCode": "NAMER"
- }
- },
- {
- "type": "location",
- "subType": "CITY",
- "name": "COX FIELD",
- "detailedName": "PARIS/TX/US:COX FIELD",
- "id": "CPRX",
- "self": {
- "href": "https://test.api.amadeus.com/v1/reference-data/locations/CPRX",
- "methods": [
- "GET"
- ]
- },
- "timeZoneOffset": "-05:00",
- "iataCode": "PRX",
- "geoCode": {
- "latitude": 33.6365,
- "longitude": -95.45079
- },
- "address": {
- "cityName": "PARIS",
- "cityCode": "PRX",
- "countryName": "UNITED STATES OF AMERICA",
- "countryCode": "US",
- "stateCode": "TX",
- "regionCode": "NAMER"
- }
- },
- {
- "type": "location",
- "subType": "AIRPORT",
- "name": "COX FIELD",
- "detailedName": "PARIS/TX/US:COX FIELD",
- "id": "APRX",
- "self": {
- "href": "https://test.api.amadeus.com/v1/reference-data/locations/APRX",
- "methods": [
- "GET"
- ]
- },
- "timeZoneOffset": "-05:00",
- "iataCode": "PRX",
- "geoCode": {
- "latitude": 33.6365,
- "longitude": -95.45079
- },
- "address": {
- "cityName": "PARIS",
- "cityCode": "PRX",
- "countryName": "UNITED STATES OF AMERICA",
- "countryCode": "US",
- "stateCode": "TX",
- "regionCode": "NAMER"
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement