WellbyteWellbyte

GET /v1/instagram/v3/get_location_info

Get location info

stable · 11 credits per success

Get Instagram location/place detail info;Including name, address, coordinates, nearby places, etc.;Location ID can be obtained from search API (search_places) or post details;location_id: Location ID (numeric);show_nearby: Whether to show nearby places (default true);`data.native_location_data`: Location basic info;- `name`: Location name;- `address`: Address;- `city`: City;- `lat`: Latitude;- `l…

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s 'https://api.wellbyte.net/v1/instagram/v3/get_location_info?location_id=1016248898&show_nearby=demo' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
id:"1016248898"
pk:"1016248898"
lat:null
lng:null
_rid:"3b6828373110c"
city:"Changwon"
name:"창원"
address:""
location{ 9 items }
external_id:144811708967490
nearby_locations[ 0 items ]
external_id_source:null
}
meta{
endpoint:"instagram.v3.get_location_info"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    location_idstringqueryyes地点ID1016248898
    show_nearbybooleanqueryno是否显示附近地点demo

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 11 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs