Instagram APIs - Post Details (V1)
Retrieves detailed information of a public Instagram post by post code, including post caption, media content (images/videos), publish time, and engagement metrics such as likes and comments.
Typical use cases:
- Analyzing engagement metrics (likes/comments) for a specific post
- Archiving post content and media assets for content analysis
- Verifying post details via the unique shortcode
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
token | query | string | Yes | Access token for the API service. |
code | query | string | Yes | The unique shortcode (slug) for the Instagram post (e.g., 'DRhvwVLAHAG'). |
Code Samples
💡 Environment Note
Default samples use https://api.justoneapi.com (prod-global). For users in Mainland China, it is recommended to replace it with http://47.117.133.51:30015 (prod-cn) for better performance. See Environment Guide.
bash
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
curl -X GET "https://api.justoneapi.com/api/instagram/get-post-detail/v1?token=YOUR_API_KEY&code=VALUE"text
I want to use the "Post Details (V1)" API from Just One API.
API Endpoint: https://api.justoneapi.com/api/instagram/get-post-detail/v1
HTTP Method: GET
Authentication: Append "?token=YOUR_API_KEY" to the URL.
OpenAPI Definition: https://docs.justoneapi.com/openapi/instagram-apis/post-details-v1-en.json
Parameters:
- token (query): Access token for the API service. (Required)
- code (query): The unique shortcode (slug) for the Instagram post (e.g., 'DRhvwVLAHAG'). (Required)
Return format: JSON
Response Handling & Error Codes:
1. Business results should be determined by the "code" field in the response body (code 0 means success).
2. Timeout Recommendation: Set request timeout to at least 60 seconds.
3. Business Code Reference:
- 0: Success
- 100: Invalid or Inactive Token
- 301: Collection Failed. Please Retry.
- 302: Rate Limit Exceeded
- 303: Daily Quota Exceeded
- 400: Invalid Parameters
- 500: Internal Server Error
- 600: Permission Denied
- 601: Insufficient Balance
Please help me write a script in my preferred programming language to call this API and handle the response.python
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import requests
url = "https://api.justoneapi.com/api/instagram/get-post-detail/v1?token=YOUR_API_KEY&code=VALUE"
response = requests.get(url)
print(response.json())js
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
const response = await fetch("https://api.justoneapi.com/api/instagram/get-post-detail/v1?token=YOUR_API_KEY&code=VALUE", {
method: "GET"
});
const data = await response.json();
console.log(data);java
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
public class Main {
public static void main(String[] args) throws Exception {
HttpClient client = HttpClient.newHttpClient();
HttpRequest request = HttpRequest.newBuilder()
.uri(URI.create("https://api.justoneapi.com/api/instagram/get-post-detail/v1?token=YOUR_API_KEY&code=VALUE"))
.method("GET", HttpRequest.BodyPublishers.noBody())
.build();
HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
}
}go
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
package main
import (
"fmt"
"io"
"net/http"
)
func main() {
client := &http.Client{}
url := "https://api.justoneapi.com/api/instagram/get-post-detail/v1?token=YOUR_API_KEY&code=VALUE"
req, _ := http.NewRequest("GET", url, nil)
resp, _ := client.Do(req)
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}php
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://api.justoneapi.com/api/instagram/get-post-detail/v1?token=YOUR_API_KEY&code=VALUE");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
$response = curl_exec($ch);
curl_close($ch);
echo $response;Responses
json
{
"code": 0,
"data": {
"data": {
"accessibility_caption": null,
"are_remixes_crosspostable": true,
"boost_unavailable_identifier": null,
"boost_unavailable_reason": null,
"boost_unavailable_reason_v2": null,
"can_reply": false,
"can_reshare": true,
"can_save": true,
"caption": {
"created_at": 1764176515,
"created_at_utc": 1764176515,
"did_report_as_spam": false,
"hashtags": [],
"id": "3774507992167247878",
"is_covered": false,
"is_ranked_comment": false,
"mentions": [
"@sadiesink_",
"@maya_hawke",
"@strangerthingstv"
],
"pk": "17844901506605283",
"private_reply_status": 0,
"share_enabled": false,
"text": "@sadiesink_ (Sadie Sink) and @maya_hawke (Maya Hawke) are returning to Hawkins for one last adventure 🚲📺\n \nThe duo sat down to talk about the final season of @strangerthingstv (“Stranger Things”), their fav hype songs (s/o to the “Hamilton” soundtrack) and the power of friendship in the latest Close Friends Only: Speed Round 🌟",
"text_translation": "@sadiesink_ (Sadie Sink) and @maya_hawke (Maya Hawke) are returning to Hawkins for one last adventure 🚲📺 \n\n The duo sat down to talk about the final season of @strangerthingstv (“Stranger Things”), their fav hype songs (s/o to the “Hamilton” soundtrack) and the power of friendship in the latest Close Friends Only: Speed Round 🌟",
"type": 1
},
"caption_is_edited": false,
"clips_metadata": {
"achievements_info": {
"num_earned_achievements": null,
"show_achievements": false
},
"additional_audio_info": {
"additional_audio_username": null,
"audio_reattribution_info": {
"should_allow_restore": false
}
},
"asset_recommendation_info": null,
"audio_canonical_id": "18367181326095461",
"audio_ranking_info": {
"best_audio_cluster_id": "1490444716426084"
},
"audio_type": "original_sounds",
"basel_template_info_for_ig_app": {
"should_show_reuse_setting_for_owner": false,
"use_template_deeplink": null
},
"branded_content_tag_info": {
"can_add_tag": false
},
"breaking_content_info": null,
"breaking_creator_info": null,
"challenge_info": null,
"clips_creation_entry_point": "feed",
"content_appreciation_info": {
"enabled": false,
"entry_point_container": null
},
"contextual_highlight_info": null,
"cutout_sticker_info": [],
"disable_use_in_clips_client_cache": false,
"external_media_info": null,
"featured_label": null,
"is_fan_club_promo_video": false,
"is_public_chat_welcome_video": false,
"is_shared_to_fb": false,
"mashup_info": {
"can_toggle_mashups_allowed": false,
"formatted_mashups_count": null,
"has_been_mashed_up": false,
"has_nonmimicable_additional_audio": false,
"is_creator_requesting_mashup": false,
"is_light_weight_check": true,
"is_light_weight_reuse_allowed_check": false,
"is_pivot_page_available": false,
"is_reuse_allowed": false,
"mashup_type": null,
"mashups_allowed": false,
"mashups_allowed_for_carousel": false,
"non_privacy_filtered_mashups_media_count": 0,
"original_media": null,
"privacy_filtered_mashups_media_count": null
},
"may_have_template_info": null,
"merchandising_pill_info": null,
"music_info": null,
"nux_info": null,
"original_sound_info": {
"allow_creator_to_rename": true,
"attributed_custom_audio_asset_id": null,
"audio_asset_start_time_in_ms": 0,
"audio_filter_infos": null,
"audio_id": "25354683684184014",
"audio_parts": [],
"audio_parts_by_filter": [],
"can_remix_be_shared_to_fb": true,
"can_remix_be_shared_to_fb_expansion": true,
"consumption_info": {
"display_media_id": null,
"inline_audio_label": null,
"is_bookmarked": false,
"is_trending_in_clips": false,
"should_mute_audio_reason": "",
"should_mute_audio_reason_type": null,
"user_notes": null
},
"derived_content_start_time_in_composition_in_ms": 0,
"duration_in_ms": 176840,
"fb_downstream_use_xpost_metadata": {
"downstream_use_xpost_deny_reason": "NONE"
},
"formatted_clips_media_count": null,
"hide_remixing": false,
"ig_artist": {
"full_name": "Instagram",
"id": "25025320",
"is_private": false,
"is_verified": true,
"pk": "25025320",
"profile_pic_id": "3725434617063385984",
"profile_pic_url": "https://scontent-vie1-1.cdninstagram.com/v/t51.82787-19/550891366_18667771684001321_1383210656577177067_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QGtapTCUqQhZgT5JhfrI_WbKvvJ4dVqv5ltdJn6KVBjpdDKQd3c_iTcoZDHh-kjhmc&_nc_ohc=CifzaW3-vC8Q7kNvwGB9GRC&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&edm=ALQROFkBAAAA&ccb=7-5&ig_cache_key=GGbv1SApFvlLPVJCAOtF0XrDJjITbmNDAQAB1501500j-ccb7-5&oh=00_AfzXRaNV6tQGxfU_ODpC5ciKb3g1Br_4X_la8nFQWlb41Q&oe=69B4AFA7&_nc_sid=fc8dfb",
"username": "instagram"
},
"is_audio_automatically_attributed": false,
"is_eligible_for_audio_effects": false,
"is_eligible_for_vinyl_sticker": true,
"is_explicit": false,
"is_original_audio_download_eligible": false,
"is_reuse_disabled": false,
"is_xpost_from_fb": false,
"oa_owner_is_music_artist": true,
"original_audio_subtype": "default",
"original_audio_title": "Original audio",
"original_media_id": "3774507992167247878",
"overlap_duration_in_ms": 0,
"previous_trend_rank": null,
"progressive_download_url": "https://scontent-vie1-1.cdninstagram.com/o1/v/t2/f2/m69/AQMdZO6Jn5ffdjM4RGN0BhtgXGDF8fMMpyYOVWDFdWe4bR99LFfpKK2r5Xv2mmdqaMRKIIJyUbeGGOwPJ3LY6MJM.mp4?strext=1&_nc_cat=106&_nc_sid=8bf8fe&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_ohc=sxqA8DEMmzIQ7kNvwGeqw_9&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5WSV9VU0VDQVNFX1BST0RVQ1RfVFlQRS4uQzMuMC5wcm9ncmVzc2l2ZV9hdWRpbyIsInhwdl9hc3NldF9pZCI6NDQ3NTM0NjU4Mjc1MTQ5MSwiYXNzZXRfYWdlX2RheXMiOjEwMiwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjE3NiwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&_nc_ss=1a&_nc_zt=28&oh=00_AfwjwJDOrcL_xUSVZ5c5NtaWRy-miq2CLSQKynM3Gf5jpw&oe=69B4BADC",
"should_mute_audio": false,
"time_created": 1764176516,
"trend_rank": null,
"xpost_fb_creator_info": null
},
"originality_info": null,
"professional_clips_upsell_type": 0,
"reels_on_the_rise_info": null,
"reusable_text_attribute_string": null,
"reusable_text_info": null,
"shopping_info": null,
"show_achievements": false,
"show_tips": null,
"template_info": null,
"viewer_interaction_settings": null
},
"clips_tab_pinned_user_ids": [],
"coauthor_producer_can_see_organic_insights": false,
"coauthor_producers": [],
"code": "DRhvwVLAHAG",
"collaborator_edit_eligibility": false,
"comment_inform_treatment": {
"action_type": null,
"should_have_inform_treatment": false,
"text": "",
"url": null
},
"comment_likes_enabled": true,
"comments_disabled": null,
"community_notes_info": {
"enable_submission_friction": false,
"has_viewer_submitted_note": false,
"is_eligible_for_request_a_note": true,
"note_submission_disabled": false
},
"creative_config": null,
"creator_product_link_infos": [],
"crosspost_metadata": {
"fb_downstream_use_xpost_metadata": {
"downstream_use_xpost_deny_reason": "NONE"
}
},
"cutout_sticker_info": [],
"deleted_reason": 0,
"device_timestamp": 1764176402448728,
"disable_caption_and_comment": false,
"eligible_insights_entrypoints": "NONE",
"fb_user_tags": {
"in": []
},
"fbid": "17844901329605283",
"featured_products": [],
"filter_type": 0,
"floating_context_items": [],
"fundraiser_tag": {
"has_standalone_fundraiser": false
},
"gen_ai_chat_with_ai_cta_info": null,
"gen_ai_detection_method": {
"detection_method": "NONE"
},
"has_audio": true,
"has_high_risk_gen_ai_inform_treatment": false,
"has_liked": false,
"has_privately_liked": false,
"has_shared_to_fb": 0,
"has_tagged_users": true,
"has_views_fetching": true,
"hidden_likes_string_variant": -1,
"id": "3774507992167247878",
"ig_media_sharing_disabled": false,
"igbio_product": null,
"image_versions": {
"additional_items": {
"first_frame": {
"height": 639,
"is_spatial_image": false,
"url": "https://scontent-vie1-1.cdninstagram.com/v/t51.71878-15/587904613_1415817649873982_1209127805626018811_n.jpg?stp=dst-jpg_e15_p360x360_tt6&_nc_cat=101&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjY0MHgxMTM2LnNkci5DMyJ9&_nc_ohc=sRu-LB-JFI4Q7kNvwFLMBdw&_nc_oc=AdnyVKNPZRDl2fpG-ppOpMd_eO98GucFPL10CN4ftNCDwtkicALAXLzCei4780p89VY&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&_nc_ss=1a&oh=00_AfwwpxJimeEn21LBaRp5BOQK0H8UzBKw3UnFsj_oxBtj3A&oe=69B4AB07",
"width": 360
},
"igtv_first_frame": {
"height": 639,
"is_spatial_image": false,
"url": "https://scontent-vie1-1.cdninstagram.com/v/t51.71878-15/587904613_1415817649873982_1209127805626018811_n.jpg?stp=dst-jpg_e15_p360x360_tt6&_nc_cat=101&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjY0MHgxMTM2LnNkci5DMyJ9&_nc_ohc=sRu-LB-JFI4Q7kNvwFLMBdw&_nc_oc=AdnyVKNPZRDl2fpG-ppOpMd_eO98GucFPL10CN4ftNCDwtkicALAXLzCei4780p89VY&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&_nc_ss=1a&oh=00_AfwwpxJimeEn21LBaRp5BOQK0H8UzBKw3UnFsj_oxBtj3A&oe=69B4AB07",
"width": 360
},
"smart_frame": null
},
"items": [
{
"height": 640,
"is_spatial_image": false,
"url": "https://scontent-vie1-1.cdninstagram.com/v/t51.82787-15/585041191_18682923367001321_6936326348487840167_n.jpg?stp=dst-jpg_e15_s640x640_tt6&_nc_cat=102&ig_cache_key=Mzc3NDUwNzk5MjE2NzI0Nzg3ODE4NjgyOTIzMzY0MDAxMzIx.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjM3ODB4NjcyMC5zZHIuQzMifQ%3D%3D&_nc_ohc=nYM1-2ts-sIQ7kNvwHnSeMF&_nc_oc=AdmicocQSZYsw_0D6AyHLRF-QCRhR87ZWyp4U3-hSfj5Sep1HRO3u3fehIHGtE5-Vyk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&_nc_ss=1a&oh=00_AfySG4yPvZxaQpwilHoASweGn-SgcyyHHqgGNhiC7IjtWA&oe=69B49D5F",
"width": 360
}
],
"scrubber_spritesheet_info_candidates": {
"default": {
"file_size_kb": 348,
"max_thumbnails_per_sprite": 105,
"rendered_width": 96,
"sprite_height": 1232,
"sprite_urls": [
"https://scontent-vie1-1.cdninstagram.com/v/t51.71878-15/587817718_1417711273694208_5050610672967797627_n.jpg?_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2QGtapTCUqQhZgT5JhfrI_WbKvvJ4dVqv5ltdJn6KVBjpdDKQd3c_iTcoZDHh-kjhmc&_nc_ohc=Z73p_K4S2yQQ7kNvwFtZTaH&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&edm=ALQROFkBAAAA&ccb=7-5&oh=00_Afy3DGXmEm3Lln8BFH1oZBKx1ctBu1Q-RxY4tGuRDssw6g&oe=69B4A751&_nc_sid=fc8dfb"
],
"sprite_width": 1500,
"thumbnail_duration": 1.6841904761904762,
"thumbnail_height": 176,
"thumbnail_width": 100,
"thumbnails_per_row": 15,
"total_thumbnail_num_per_sprite": 105,
"video_length": 176.84
}
}
},
"integrity_review_decision": "pending",
"invited_coauthor_producers": [],
"is_artist_pick": false,
"is_comments_gif_composer_enabled": false,
"is_cutout_sticker_allowed": false,
"is_dash_eligible": 1,
"is_eligible_content_for_post_roll_ad": false,
"is_eligible_for_autodub": false,
"is_eligible_for_autodub_upsell": false,
"is_eligible_for_organic_eager_refresh": false,
"is_eligible_for_poe": true,
"is_in_profile_grid": false,
"is_open_to_public_submission": false,
"is_organic_product_tagging_eligible": false,
"is_paid_partnership": false,
"is_photo_comments_composer_enabled_for_author": false,
"is_pinned": false,
"is_post_live_clips_media": false,
"is_quiet_post": false,
"is_reshare_of_text_post_app_media_in_ig": false,
"is_reuse_allowed": false,
"is_social_ufi_disabled": false,
"is_tagged_media_shared_to_viewer_profile_grid": false,
"is_third_party_downloads_eligible": false,
"is_video": true,
"like_and_view_counts_disabled": false,
"location": null,
"locations": [],
"media_attributions_data": [],
"media_cropping_info": {
"four_by_three_crop": {
"crop_bottom": 0.9565217391304348,
"crop_left": 0,
"crop_right": 1,
"crop_top": 0.2072463768115942
}
},
"media_format": "video",
"media_name": "reel",
"media_notes": {
"items": []
},
"media_overlay_info": null,
"media_reposter_bottomsheet_enabled": false,
"media_type": 2,
"media_ui_attributions_data": [],
"meta_ai_suggested_prompts": [],
"metrics": {
"comment_count": 7276,
"fb_comment_count": null,
"fb_like_count": null,
"fb_play_count": null,
"ig_play_count": 116423602,
"like_count": 1051270,
"play_count": 116423602,
"repost_count": null,
"save_count": null,
"share_count": 16632,
"user_follower_count": null,
"user_media_count": null,
"view_count": null
},
"music_metadata": null,
"number_of_qualities": 8,
"original_height": 1920,
"original_lang_for_translations": "en",
"original_width": 1080,
"pk": "3774507992167247878",
"preview_comments": [],
"product_suggestions": [],
"product_type": "clips",
"related_ads_pivots_media_info": "USER_NOT_IN_TEST_GROUP",
"report_info": {
"has_viewer_submitted_report": false
},
"share_count_disabled": false,
"sharing_friction_info": {
"bloks_app_url": null,
"sharing_friction_payload": null,
"should_have_sharing_friction": false
},
"shop_routing_user_id": null,
"should_show_author_pog_for_tagged_media_shared_to_profile_grid": false,
"social_context": [],
"sponsor_tags": [],
"subscribe_cta_visible": false,
"subtype_name_for_REST__": "XDTClipsMedia",
"tagged_users": [
{
"position": [
0,
0
],
"show_category_of_user": false,
"user": {
"full_name": "Maya Hawke",
"id": "214806829",
"is_private": false,
"is_verified": true,
"profile_pic_id": "3841371086847486887",
"profile_pic_url": "https://scontent-vie1-1.cdninstagram.com/v/t51.82787-19/639752028_18570999790022830_2555629512735421085_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QGtapTCUqQhZgT5JhfrI_WbKvvJ4dVqv5ltdJn6KVBjpdDKQd3c_iTcoZDHh-kjhmc&_nc_ohc=639ZYmNak1wQ7kNvwE0_QBK&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&edm=ALQROFkBAAAA&ccb=7-5&ig_cache_key=GFzXISausJvVOfpBAJ1yGWSAa3cjbmNDAQAB1501500j-ccb7-5&oh=00_AfxeliMB9OO1FueNS74GX2iLxt_WrKLaOkSOhpgblySKEQ&oe=69B4BC48&_nc_sid=fc8dfb",
"username": "maya_hawke"
},
"x": 0,
"y": 0
},
{
"position": [
0,
0
],
"show_category_of_user": false,
"user": {
"full_name": "Sadie Sink",
"id": "1033556097",
"is_private": false,
"is_verified": true,
"profile_pic_id": "3779653794985166568",
"profile_pic_url": "https://scontent-vie1-1.cdninstagram.com/v/t51.82787-19/589333212_18550946245020098_4526294574477666647_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby42NzAuYzIifQ&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QGtapTCUqQhZgT5JhfrI_WbKvvJ4dVqv5ltdJn6KVBjpdDKQd3c_iTcoZDHh-kjhmc&_nc_ohc=yH9VJ6GAsNcQ7kNvwE9LoOG&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&edm=ALQROFkBAAAA&ccb=7-5&ig_cache_key=GNyCICPCiS7B-OdBAFfphCTvoNA_bmNDAQAB1501500j-ccb7-5&oh=00_AfyA7uM4lntd0PeeXW03wWuQuZLXezc-oiUVJs1lTc1MLQ&oe=69B4BAC5&_nc_sid=fc8dfb",
"username": "sadiesink_"
},
"x": 0,
"y": 0
}
],
"taken_at": 1764176513,
"taken_at_date": "2025-11-26T17:01:53+00:00",
"taken_at_ts": 1764176513,
"thumbnail_url": "https://scontent-vie1-1.cdninstagram.com/v/t51.82787-15/585041191_18682923367001321_6936326348487840167_n.jpg?stp=dst-jpg_e15_s640x640_tt6&_nc_cat=102&ig_cache_key=Mzc3NDUwNzk5MjE2NzI0Nzg3ODE4NjgyOTIzMzY0MDAxMzIx.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjM3ODB4NjcyMC5zZHIuQzMifQ%3D%3D&_nc_ohc=nYM1-2ts-sIQ7kNvwHnSeMF&_nc_oc=AdmicocQSZYsw_0D6AyHLRF-QCRhR87ZWyp4U3-hSfj5Sep1HRO3u3fehIHGtE5-Vyk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&_nc_ss=1a&oh=00_AfySG4yPvZxaQpwilHoASweGn-SgcyyHHqgGNhiC7IjtWA&oe=69B49D5F",
"timeline_pinned_user_ids": [],
"top_likers": [],
"translated_langs_for_autodub": [],
"user": {
"account_badges": [],
"account_type": 3,
"aigm_account_label_info": {
"is_auto_detected": false,
"is_enabled": false,
"is_manually_enabled": false
},
"can_see_quiet_post_attribution": true,
"eligible_for_text_app_activation_badge": false,
"fan_club_info": {
"autosave_to_exclusive_highlight": null,
"connected_member_count": null,
"fan_club_id": null,
"fan_club_name": null,
"fan_consideration_page_revamp_eligiblity": null,
"has_created_ssc": null,
"has_enough_subscribers_for_ssc": null,
"is_fan_club_gifting_eligible": null,
"is_fan_club_referral_eligible": null,
"is_free_trial_eligible": null,
"largest_public_bc_id": null,
"should_show_playlists_in_profile_tab": null,
"subscriber_count": null
},
"fbid_v2": "17841400039600391",
"feed_post_reshare_disabled": false,
"full_name": "Instagram",
"has_anonymous_profile_picture": false,
"id": "25025320",
"is_active_on_text_post_app": true,
"is_favorite": false,
"is_private": false,
"is_ring_creator": false,
"is_unpublished": false,
"is_verified": true,
"latest_reel_media": 0,
"profile_pic_id": "3725434617063385984",
"profile_pic_url": "https://scontent-vie1-1.cdninstagram.com/v/t51.82787-19/550891366_18667771684001321_1383210656577177067_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QGtapTCUqQhZgT5JhfrI_WbKvvJ4dVqv5ltdJn6KVBjpdDKQd3c_iTcoZDHh-kjhmc&_nc_ohc=CifzaW3-vC8Q7kNvwGB9GRC&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&edm=ALQROFkBAAAA&ccb=7-5&ig_cache_key=GGbv1SApFvlLPVJCAOtF0XrDJjITbmNDAQAB1501500j-ccb7-5&oh=00_AfzXRaNV6tQGxfU_ODpC5ciKb3g1Br_4X_la8nFQWlb41Q&oe=69B4AFA7&_nc_sid=fc8dfb",
"show_account_transparency_details": true,
"show_ring_award": false,
"text_post_app_is_private": false,
"third_party_downloads_enabled": 2,
"transparency_product_enabled": false,
"user_activation_info": [],
"username": "instagram"
},
"video_codec": "av01.0.04M.08.0.111.01.01.01.0",
"video_duration": 176.83999633789062,
"video_sticker_locales": [],
"video_url": "https://scontent-vie1-1.cdninstagram.com/o1/v/t2/f2/m86/AQM5-tU7kYwNnMkDKY2gOnuGErhlOQIk4Vya3Px7nAs-u5TGcgYCjt5bEIaOSELdqzjcXFWQ3bRtwUC3MrN_3vKWT-9fFJRLgyeNn-M.mp4?_nc_cat=102&_nc_sid=5e9851&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_ohc=9POVjLDcIbcQ7kNvwH0cNU_&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6NDQ3NTM0NjU4Mjc1MTQ5MSwiYXNzZXRfYWdlX2RheXMiOjEwMiwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjE3NiwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&_nc_ss=1a&_nc_zt=28&vs=148de4b546660de&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC81OTRDMUFDMzY5NDE3MEE0RUY4QUU0REI4N0Y4MDU5Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYR2lnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8yMDM2MDMyMzYwNTY2MTMxXzUwMzcwODk3MzgzNzgyMjM1ODgubXA0FQICyAESACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJoak_rS6k_MPFQIoAkMzLBdAZhrhR64UexgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gdl5p0BAA&oh=00_AfwK9TKV3Ys7cdkuTCK7o6uS9PdWwYLY-r5tHRJvXbodUQ&oe=69B0AEEF",
"video_versions": [
{
"bandwidth": 976867,
"fallback": null,
"height": 1280,
"id": "1961917128003357v",
"type": 101,
"url": "https://scontent-vie1-1.cdninstagram.com/o1/v/t2/f2/m86/AQM5-tU7kYwNnMkDKY2gOnuGErhlOQIk4Vya3Px7nAs-u5TGcgYCjt5bEIaOSELdqzjcXFWQ3bRtwUC3MrN_3vKWT-9fFJRLgyeNn-M.mp4?_nc_cat=102&_nc_sid=5e9851&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_ohc=9POVjLDcIbcQ7kNvwH0cNU_&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6NDQ3NTM0NjU4Mjc1MTQ5MSwiYXNzZXRfYWdlX2RheXMiOjEwMiwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjE3NiwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&_nc_ss=1a&_nc_zt=28&vs=148de4b546660de&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC81OTRDMUFDMzY5NDE3MEE0RUY4QUU0REI4N0Y4MDU5Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYR2lnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8yMDM2MDMyMzYwNTY2MTMxXzUwMzcwODk3MzgzNzgyMjM1ODgubXA0FQICyAESACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJoak_rS6k_MPFQIoAkMzLBdAZhrhR64UexgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gdl5p0BAA&oh=00_AfwK9TKV3Ys7cdkuTCK7o6uS9PdWwYLY-r5tHRJvXbodUQ&oe=69B0AEEF",
"url_expiration_timestamp_us": null,
"width": 720
},
{
"bandwidth": 976867,
"fallback": null,
"height": 1280,
"id": "1961917128003357v",
"type": 102,
"url": "https://scontent-vie1-1.cdninstagram.com/o1/v/t2/f2/m86/AQM5-tU7kYwNnMkDKY2gOnuGErhlOQIk4Vya3Px7nAs-u5TGcgYCjt5bEIaOSELdqzjcXFWQ3bRtwUC3MrN_3vKWT-9fFJRLgyeNn-M.mp4?_nc_cat=102&_nc_sid=5e9851&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_ohc=9POVjLDcIbcQ7kNvwH0cNU_&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6NDQ3NTM0NjU4Mjc1MTQ5MSwiYXNzZXRfYWdlX2RheXMiOjEwMiwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjE3NiwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&_nc_ss=1a&_nc_zt=28&vs=148de4b546660de&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC81OTRDMUFDMzY5NDE3MEE0RUY4QUU0REI4N0Y4MDU5Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYR2lnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8yMDM2MDMyMzYwNTY2MTMxXzUwMzcwODk3MzgzNzgyMjM1ODgubXA0FQICyAESACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJoak_rS6k_MPFQIoAkMzLBdAZhrhR64UexgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gdl5p0BAA&oh=00_AfwK9TKV3Ys7cdkuTCK7o6uS9PdWwYLY-r5tHRJvXbodUQ&oe=69B0AEEF",
"url_expiration_timestamp_us": null,
"width": 720
},
{
"bandwidth": 976867,
"fallback": null,
"height": 1280,
"id": "1961917128003357v",
"type": 103,
"url": "https://scontent-vie1-1.cdninstagram.com/o1/v/t2/f2/m86/AQM5-tU7kYwNnMkDKY2gOnuGErhlOQIk4Vya3Px7nAs-u5TGcgYCjt5bEIaOSELdqzjcXFWQ3bRtwUC3MrN_3vKWT-9fFJRLgyeNn-M.mp4?_nc_cat=102&_nc_sid=5e9851&_nc_ht=scontent-vie1-1.cdninstagram.com&_nc_ohc=9POVjLDcIbcQ7kNvwH0cNU_&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6NDQ3NTM0NjU4Mjc1MTQ5MSwiYXNzZXRfYWdlX2RheXMiOjEwMiwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjE3NiwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=Ih5pkd2lj0yKukAdiJaUDg&_nc_ss=1a&_nc_zt=28&vs=148de4b546660de&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC81OTRDMUFDMzY5NDE3MEE0RUY4QUU0REI4N0Y4MDU5Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYR2lnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8yMDM2MDMyMzYwNTY2MTMxXzUwMzcwODk3MzgzNzgyMjM1ODgubXA0FQICyAESACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJoak_rS6k_MPFQIoAkMzLBdAZhrhR64UexgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gdl5p0BAA&oh=00_AfwK9TKV3Ys7cdkuTCK7o6uS9PdWwYLY-r5tHRJvXbodUQ&oe=69B0AEEF",
"url_expiration_timestamp_us": null,
"width": 720
}
]
}
}
}💡 Note: For list data, the example shows only 1-2 items for simplicity. The actual count depends on the API response.
