Skip to content

Instantly share code, notes, and snippets.

@tobythetester
Created May 1, 2016 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobythetester/63c887f799a7cd73ed54ecc32397240a to your computer and use it in GitHub Desktop.
Save tobythetester/63c887f799a7cd73ed54ecc32397240a to your computer and use it in GitHub Desktop.
Mocked JSON Data
{
"status": 200,
"result": {
"postcode": "SW1A 1AA",
"quality": 1,
"eastings": 529090,
"northings": 179645,
"country": "England",
"nhs_ha": "London",
"longitude": -0.141587597876975,
"latitude": 51.5010091564599,
"parliamentary_constituency": "Cities of London and Westminster",
"european_electoral_region": "London",
"primary_care_trust": "Westminster",
"region": "London",
"lsoa": "Westminster 018C",
"msoa": "Westminster 018",
"incode": "1AA",
"outcode": "SW1A",
"admin_district": "Westminster",
"parish": "Westminster, unparished area",
"admin_county": null,
"admin_ward": "St James's",
"ccg": "NHS Central London (Westminster)",
"nuts": "Westminster",
"codes": {
"admin_district": "E09000033",
"admin_county": "E99999999",
"admin_ward": "E05000644",
"parish": "E43000236",
"ccg": "E38000031",
"nuts": "UKI32"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment