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 web methods have a suffix _gql (Instagram GraphQL). Legacy ?__a=1 helpers were removed because that public web response is no longer reliable.
  • 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