fflogsapi documentation

fflogsapi is a synchronous Python 3 client for FF Logs’ v2 API.

Features:
  • Retrieve information from FF Logs’ v2 GraphQL API

  • Lazy evaluation to fetch the minimal required amount of information

  • Query caching to speed up repeat queries and reduce strain on the API

Looking for the GraphQL schema? See FF Logs’ official documentation.

Getting started

When you’re ready, follow the Getting started guide to start using fflogsapi. If you want to dive in head-first, have a look at the Example usage.

Contents