Advertisement
smartel99

accuweather output

Jun 25th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. [
  2. {
  3. "Version": 1,
  4. "Key": "46061_PC", #<-- what I need
  5. "Type": "PostalCode",
  6. "Rank": 41,
  7. "LocalizedName": "Quebec",
  8. "EnglishName": "Quebec",
  9. "PrimaryPostalCode": "G3J",
  10. "Region": {
  11. "ID": "NAM",
  12. "LocalizedName": "North America",
  13. "EnglishName": "North America"
  14. },
  15. "Country": {
  16. "ID": "CA",
  17. "LocalizedName": "Canada",
  18. "EnglishName": "Canada"
  19. },
  20. "AdministrativeArea": {
  21. "ID": "QC",
  22. "LocalizedName": "Quebec",
  23. "EnglishName": "Quebec",
  24. "Level": 1,
  25. "LocalizedType": "Province",
  26. "EnglishType": "Province",
  27. "CountryID": "CA"
  28. },
  29. "TimeZone": {
  30. "Code": "EDT",
  31. "Name": "America/Montreal",
  32. "GmtOffset": -4,
  33. "IsDaylightSaving": true,
  34. "NextOffsetChange": "2018-11-04T06:00:00Z"
  35. },
  36. "GeoPosition": {
  37. "Latitude": 46.841,
  38. "Longitude": -71.475,
  39. "Elevation": {
  40. "Metric": {
  41. "Value": 213,
  42. "Unit": "m",
  43. "UnitType": 5
  44. },
  45. "Imperial": {
  46. "Value": 698,
  47. "Unit": "ft",
  48. "UnitType": 0
  49. }
  50. }
  51. },
  52. "IsAlias": false,
  53. "ParentCity": {
  54. "Key": "50011",
  55. "LocalizedName": "Quebec",
  56. "EnglishName": "Quebec"
  57. },
  58. "SupplementalAdminAreas": [
  59. {
  60. "Level": 2,
  61. "LocalizedName": "Quebec",
  62. "EnglishName": "Quebec"
  63. }
  64. ],
  65. "DataSets": [
  66. "Alerts",
  67. "ForecastConfidence",
  68. "MinuteCast"
  69. ]
  70. }
  71. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement