API ================ .. toctree:: :hidden: v1/index The open+ API is a `Query Only` API, meaning that you can only make ``GET`` requests to the endpoints to query statistics data. Authorization ------------- All of the API endpoints uses Bearer token authorization meaning you need to include your Oauth2 ``access token`` in the ``Authorization`` header of your requests. See :doc:`Authorization <../authorization/index>` for more info about authorization. Versions -------- * :doc:`V1 `