XClient.Geo (XClient v1.0.0)

Copy Markdown View Source

Geo operations for X API v1.1.

Rate Limits

  • GET geo/id/:place_id: 75 per 15 minutes (user only)

Summary

Functions

Returns information about a place.

Functions

id(place_id, client \\ nil)

Returns information about a place.

Parameters

  • place_id - The place ID

Examples

{:ok, place} = XClient.Geo.id("df51dec6f4ee2b2c")

Rate Limit

75 requests per 15 minutes (user only)