Skip to content

Usage Guide

This section provides detailed descriptions of all the ways aiograpi can be used. If you are new to aiograpi, the Getting Started page provides a gradual introduction of the basic functionality with examples.

Public vs Private Requests

  • Public (anonymous request via web api) methods have a suffix _gql (Instagram GraphQL) or _a1 (example https://www.instagram.com/example/?__a=1)
  • Private (authorized request via mobile api) methods have _v1 suffix

The first request to fetch media/user is public (anonymous), if instagram raise exception, then use private (authorized).

Detailed Sections