GET
/
api
/
v2
/
instagram
/
post
/
info
curl --location --request GET 'https://piloterr.com/api/v2/instagram/post/info?query=https://www.instagram.com/p/CshTQQlMGMl' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "id": "3107849898061488933",
    "shortcode": "CshTQQlMGMl",
    "created_time": "2023-05-21T21:30:00",
    "timestamp": 1684704600,
    "product_type": null,
    "text": "🍿",
    "text_lang": "en",
    "text_tags": [],
    "text_tagged_users": [],
    "attached_media_display_url": "https://scontent-cdg4-1.cdninstagram.com/v/t51.2885-15/347861207_1707687973014484_3649610220149539376_n.jpg?stp=dst-jpg_e35_s1080x1080&_nc_ht=scontent-cdg4-1.cdninstagram.com&_nc_cat=1&_nc_ohc=G8iy_d-ikaUAX-wwvTR&edm=AP_V10EBAAAA&ccb=7-5&ig_cache_key=MzEwNzg0OTg5MzQzOTQ1OTQyNQ%3D%3D.2-ccb7-5&oh=00_AfDArVZ7v_YWl8SuGMmtefnvg9wXYv-vmpDtEFRmacAoNA&oe=64749AA1&_nc_sid=8721cf",
    "attached_media_tagged_users": [],
    "attached_carousel_media_urls": [
        "https://scontent-cdg4-1.cdninstagram.com/v/t51.2885-15/347861207_1707687973014484_3649610220149539376_n.jpg?stp=dst-jpg_e35_s1080x1080&_nc_ht=scontent-cdg4-1.cdninstagram.com&_nc_cat=1&_nc_ohc=G8iy_d-ikaUAX-wwvTR&edm=AP_V10EBAAAA&ccb=7-5&ig_cache_key=MzEwNzg0OTg5MzQzOTQ1OTQyNQ%3D%3D.2-ccb7-5&oh=00_AfDArVZ7v_YWl8SuGMmtefnvg9wXYv-vmpDtEFRmacAoNA&oe=64749AA1&_nc_sid=8721cf",
        "https://scontent-cdg4-2.cdninstagram.com/v/t51.2885-15/347832052_2243608469163355_4814444542687724291_n.jpg?stp=dst-jpg_e35_s1080x1080&_nc_ht=scontent-cdg4-2.cdninstagram.com&_nc_cat=107&_nc_ohc=wskXqCUKkPMAX_sjZlo&edm=AP_V10EBAAAA&ccb=7-5&ig_cache_key=MzEwNzg0OTg5MzQyMjU3Mzc5Ng%3D%3D.2-ccb7-5&oh=00_AfCVO6uoxjJeyGN22wHm3qKXO_mLlZi05pOyUBEy85uSUw&oe=64735A21&_nc_sid=8721cf"
    ],
    "is_video": false,
    "is_comments_disabled": false,
    "like_count": 2604768,
    "comments_count": 11566,
    "paid_partnership": false,
    "video_views_count": null,
    "video_plays_count": null,
    "related_posts": null,
    "sponsors": [],
    "owner_id": "4213518589",
    "location_id": "12345912",
    "location_name": "Auxerre",
    "location_slug": "auxerre"
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Instagram post or reel url : https://www.instagram.com/p/CshTQQlMGMl or CshTQQlMGMl

Response

post
Post Object
id
string

Instagram post id

shortcode
string

Instagram post shortcode

created_time
string

Instagram post creation date

timestamp
integer

Instagram post creation timestamp

product_type
string

Instagram post product type : clips or other

text
string

Instagram post text

text_lang
string

Instagram post text language : en or fr or es or de or it or pt or ru or ja or ko or zh-cn or zh-tw

text_tags
array

Instagram post hashtags

text_tagged_users
array
id
string

Instagram post tagged user id

username
string

Instagram post tagged user username

attached_media_display_url
string

Instagram post attached media display url

attached_media_tagged_users
array
id
string

Instagram post attached media tagged user id

username
string

Instagram post attached media tagged user username

attached_carousel_media_urls
array

Instagram post carousel media urls

is_video
boolean

Instagram post is video

is_comments_disabled
boolean

Instagram post is comments disabled

like_count
integer

Instagram post like count

comments_count
integer

Instagram post comments count

paid_partnership
boolean

Instagram post is paid partnership

video_views_count
integer

Instagram post video views count

video_plays_count
integer

Instagram post video plays count

related_posts
array

Instagram post related posts

sponsors
array

Instagram post sponsors

owner_id
string

Instagram post owner id

location_id
string

Instagram post location id

location_name
string

Instagram post location name

location_slug
string

Instagram post location slug