SoFurry REST APIs

From SoFurry
Revision as of 14:47, 23 January 2016 by TerraBAS (talk | contribs)
Jump to: navigation, search

NOTE: This page is currently under construction!

SoFurry's REST APIs provide programmatic access to read/write data from/to 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.