Skip to content

Instantly share code, notes, and snippets.

@gpstathis
Last active December 15, 2015 00:08
Show Gist options
  • Save gpstathis/5170171 to your computer and use it in GitHub Desktop.
Save gpstathis/5170171 to your computer and use it in GitHub Desktop.
{
"_id": "string", // unique influencer string id. E.g. 0003cf23819d3548a37e2fa3534f651d
"description": "string", // optional: a description of the influencer profile
"gender": "string", // MALE or FEMALE
"geolocations": [ // array of geolocation data
{
"location": "Washington, DC, United States",
"legacyLocation": "Washington, DC, USA",
"city": "Washington",
"postalCode": "20004",
"county": "District of Columbia",
"country": "United States",
"countryISO": "US",
"stateProvince": "District of Columbia",
"stateProvinceISO": "DC",
"latitude": 38.890370,
"longitude": -77.031959,
"offsetLatitude": 38.890370,
"offsetLongitude": -77.031959,
"radiusMeters": 14700.000000,
"geoDivision": "Americas",
"geoDivisionUN49": "UN019",
"geoSubdivision": "Northern America",
"geoSubdivisionUN49": "UN021"
}
],
"realName": "string", // author’s real name
"thumbnailUrl": "string", // an avatar image
"title": "string", // optional: professional title if available
"url": "string" // optional: a URL for a site or organization with which the author is affiliated
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment