This page is currently a draft. It is subject to change and modifications.

Fazlamesai is a content aggregator that mainly focuses on programming and technology news. Although most users are familiar with English, the discussions in Fazlamesai happen in Turkish.

The website can be read without having an account, but using the API requires having a valid API token (even for the public read-only parts of the API).

API Tokens

In order to get an API token, you first need to have an account on the website. At the time of this writing, new accounts could only be created with invites.

If you have an account, you can click the link under your profile to generate your API tokens, or go to https://fazlamesai.net/users/$USERNAME/tokens. From this page, you can create or revoke your API keys.

When making a request to the API, you need to give your API key in an authorization header like Authorization: Bearer .

Getting the front page

The front page is just a list of links.

Client Libraries