SoFurry REST APIs

From SoFurry
Revision as of 18:32, 27 November 2015 by TerraBAS (talk | contribs) (Created page with "{| style="width: 100%; background: #FF6600; margin: 1.2em 0 6px 0; border: 1px solid #ddd;" | style="width: 100%; color: #000;" | {| style="width: 100%; border: none; backgrou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NOTE: This page is currently under construction!

SoFurry's REST APIs provide programmatic access to reand and write data from the website. The REST API identifies SoFurry applications and users using OAuth 2.0. Responses are available in JSON, XML or PHP.


Overview

Below are the docs that will help you get going with the REST API with as much ease as possible

Latest updates

A new API version is currently in development which will require every application to use OAuth and authenticate before accessing any of the site's functions. Additionally, the error responses will be standardized, providing more details and making it easier for developers to handle them correctly in applications.

Endpoint authentication

The SoFurry API requires all applications to authenticate all of their request with OAuth 2.0. This allows us to prevent abusive behavior and it also helps us improving the API.