Getting Started
Overview
REST Resources

Get Geophrase Detail



HTTP request

GET https://api.geophrase.com/business/geophrases/{Geophrase}/





Example request
curl --location 'https://api.geophrase.com/business/geophrases/cat-dog-bat/' \
--header 'X-API-Key: {API key}'

Request headers

Header NameValue

X-API-Key

Required
{API key}


Response

Returns status code 200 and an instance of Geophrase.



Error response

Returns 4xx HTTP status code and an error response.


Status CodeDescription

404

Consider these reasons:

  • Provided Geophrase does not exist.

  • Geophrase provided does match regex  

    ^[a-z]{3}-[a-z]{3}-[a-z]{3}$

403

Consider these reasons:

  • Missing or incorrect X-API-Key header

  • Insufficient wallet balance



Next step

Bulk Read

© theFront. 2025, Maccarian. All rights reserved