Get a location

GET /v1/locations/{id}

Retrieves a location info

Path parameters

  • id string Required

    Location id

    Maximum length is 5000.

Responses

  • 200

    Successful response.

    Hide response attributes Show response attributes object
    • id string

      Values are us, ca, br, de, uk, nl, pl, ch, jp, in, sg, au, id, kr, or tw.

    • name string
    • region string

      Values are America, Europe, or Asia Pacific.

  • 404

    Resource Not Found

GET /v1/locations/{id}
curl \
 -X GET https://api.speedvitals.com/v1/locations/{id}
Response examples (200)
{
  "id": "us",
  "name": "United States",
  "full_name": "South Carolina, US",
  "region": "America"
}