Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
1,244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. {
  2. "meta": {
  3. "count": 4,
  4. "links": {
  5. "self": "https://test.api.amadeus.com/v1/reference-data/locations?subType=CITY,AIRPORT&keyword=paris&page%5Blimit%5D=5"
  6. }
  7. },
  8. "data": [
  9. {
  10. "type": "location",
  11. "subType": "CITY",
  12. "name": "HENRY COUNTY",
  13. "detailedName": "PARIS/TN/US:HENRY COUNTY",
  14. "id": "CPHT",
  15. "self": {
  16. "href": "https://test.api.amadeus.com/v1/reference-data/locations/CPHT",
  17. "methods": [
  18. "GET"
  19. ]
  20. },
  21. "timeZoneOffset": "-05:00",
  22. "iataCode": "PHT",
  23. "geoCode": {
  24. "latitude": 36.34034,
  25. "longitude": -88.38002
  26. },
  27. "address": {
  28. "cityName": "PARIS",
  29. "cityCode": "PHT",
  30. "countryName": "UNITED STATES OF AMERICA",
  31. "countryCode": "US",
  32. "stateCode": "TN",
  33. "regionCode": "NAMER"
  34. }
  35. },
  36. {
  37. "type": "location",
  38. "subType": "AIRPORT",
  39. "name": "HENRY COUNTY",
  40. "detailedName": "PARIS/TN/US:HENRY COUNTY",
  41. "id": "APHT",
  42. "self": {
  43. "href": "https://test.api.amadeus.com/v1/reference-data/locations/APHT",
  44. "methods": [
  45. "GET"
  46. ]
  47. },
  48. "timeZoneOffset": "-05:00",
  49. "iataCode": "PHT",
  50. "geoCode": {
  51. "latitude": 36.34034,
  52. "longitude": -88.38002
  53. },
  54. "address": {
  55. "cityName": "PARIS",
  56. "cityCode": "PHT",
  57. "countryName": "UNITED STATES OF AMERICA",
  58. "countryCode": "US",
  59. "stateCode": "TN",
  60. "regionCode": "NAMER"
  61. }
  62. },
  63. {
  64. "type": "location",
  65. "subType": "CITY",
  66. "name": "COX FIELD",
  67. "detailedName": "PARIS/TX/US:COX FIELD",
  68. "id": "CPRX",
  69. "self": {
  70. "href": "https://test.api.amadeus.com/v1/reference-data/locations/CPRX",
  71. "methods": [
  72. "GET"
  73. ]
  74. },
  75. "timeZoneOffset": "-05:00",
  76. "iataCode": "PRX",
  77. "geoCode": {
  78. "latitude": 33.6365,
  79. "longitude": -95.45079
  80. },
  81. "address": {
  82. "cityName": "PARIS",
  83. "cityCode": "PRX",
  84. "countryName": "UNITED STATES OF AMERICA",
  85. "countryCode": "US",
  86. "stateCode": "TX",
  87. "regionCode": "NAMER"
  88. }
  89. },
  90. {
  91. "type": "location",
  92. "subType": "AIRPORT",
  93. "name": "COX FIELD",
  94. "detailedName": "PARIS/TX/US:COX FIELD",
  95. "id": "APRX",
  96. "self": {
  97. "href": "https://test.api.amadeus.com/v1/reference-data/locations/APRX",
  98. "methods": [
  99. "GET"
  100. ]
  101. },
  102. "timeZoneOffset": "-05:00",
  103. "iataCode": "PRX",
  104. "geoCode": {
  105. "latitude": 33.6365,
  106. "longitude": -95.45079
  107. },
  108. "address": {
  109. "cityName": "PARIS",
  110. "cityCode": "PRX",
  111. "countryName": "UNITED STATES OF AMERICA",
  112. "countryCode": "US",
  113. "stateCode": "TX",
  114. "regionCode": "NAMER"
  115. }
  116. }
  117. ]
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement