Skip to main content

Get Info

Retrieve location information by location id.

Params

NameTypeDefaultDescription
id (required)intLocation id

Usage

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.get_location_info(234716229))

Response example

Loading...