X (Twitter) · Example Payload

X Api Place Example

Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

X Api Place Example is an example object payload from X (Twitter), with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contained_withincountrycountry_codefull_namegeoidnameplace_type

Example Payload

Raw ↑
{
  "contained_within": [
    "example_value"
  ],
  "country": "United States",
  "country_code": "US",
  "full_name": "Lakewood, CO",
  "geo": {
    "bbox": [
      -105.193475,
      39.60973,
      -105.053164,
      39.761974
    ],
    "geometry": "example_value",
    "properties": {},
    "type": "Feature"
  },
  "id": "f7eb2fa2fea288b1",
  "name": "Lakewood",
  "place_type": "city"
}