Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

KonbiniAPI Instagram API

Instagram data endpoints

KonbiniAPI Instagram API is one of 2 APIs that KonbiniAPI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Instagram. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, rate-limit docs, and 2 JSON Schemas.

This API exposes 10 operations across 10 paths, and defines 13 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.konbiniapi.com.

10 operations 10 paths 13 schemas 10 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.konbiniapi.com/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

KonbiniAPI Instagram API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (apiKey). By default, every request must be authenticated.

  • apiKey — Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 10 GET. Each is listed below with its method, path, parameters, and response codes.

Instagram 10

Instagram data endpoints

GET
/v1/instagram/users/{username}
Get User Profile
instagramGetUser 1 param → 200400401402403404500502
GET
/v1/instagram/users/{username}/posts
Get User Posts
instagramGetUserPosts 3 params → 200400401402403404500502
GET
/v1/instagram/users/{username}/reels
Get User Reels
instagramGetUserReels 3 params → 200400401402403404500502
GET
/v1/instagram/users/{username}/tagged
Get User Tagged Posts
instagramGetUserTagged 3 params → 200400401402403404500502
GET
/v1/instagram/users/{username}/highlights
Get User Story Highlights
instagramGetUserHighlights 2 params → 200400401402403404500502
GET
/v1/instagram/posts/{postId}
Get Post Details
instagramGetPost 1 param → 200400401402403404500502
GET
/v1/instagram/posts/{postId}/comments
Get Post Comments
instagramGetPostComments 3 params → 200400401402403404500502
GET
/v1/instagram/search
Search Media
instagramSearchMedia 3 params → 200400401402403404500502
GET
/v1/instagram/locations/{locationId}
Get Posts by Location
instagramGetLocationPosts 3 params → 200400401402403404500502
GET
/v1/instagram/highlights/{highlightId}
Get Highlight Stories
instagramGetHighlightStories 1 param → 200400401402403404500502

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are InstagramPost (23 properties), InstagramStoryItem (10 properties), InstagramComment (9 properties), InstagramEmbeddedUser (8 properties). Each schema is shown below with its type and property counts.

InstagramImageWithDimensions
Image resource with optional dimensions
InstagramImage
object
Image resource
2 properties 2 required
InstagramCarouselItem
object
Individual slide in a carousel post
5 properties 2 required
InstagramAudio
object
Audio track metadata
7 properties 5 required
InstagramLink
object
External link
3 properties 2 required
InstagramAttachment
object
Media file attachment
5 properties 2 required
InstagramPost
object
Instagram post (photo, video, or carousel)
23 properties 4 required
InstagramHighlight
object
Story highlight collection
6 properties 4 required
InstagramLocation
object
Geographic location
6 properties 2 required
InstagramTag
object
Hashtag or user mention
3 properties 3 required
InstagramStoryItem
object
Individual story item
10 properties 2 required
InstagramEmbeddedUser
object
Compact user profile for embedded contexts
8 properties 5 required
InstagramComment
object
Post comment
9 properties 8 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

konbiniapi-instagram-api-openapi.yml Raw ↑

Other APIs KonbiniAPI publishes across the network.

KonbiniAPI TikTok API