blogg.se REST API

Please note: At the moment we are not giving out Client IDs. The policies regarding what we will allow it to be used for and what limits to impose are not finalised. Currently the APIs are only used by partners we have other contracts with, and internally. We will eventually open this API for general use, so please check back at a later date. Relevant information will appear here when we are ready.

The REST API is the primary way that data is retrieved or posted to blogg.se. The API is split into logical sections based on what primary class is being interacted with.

Account
The authenticated user. One object per session

Blog
Blog object owned by Account. One or more objects per account.

Entry
Blogposts owned by Blog. One or more objects per blog.

Comment
Entry comments owned by Entry. One or more objects per entry.

Authentication

Authenticate using OAuth.

View documentation »

Account

Handle the current logged on account, update settings and upload new avatar.

View documentation »

Blogs

Manage blogs for authenticated used. Update blog settings

View documentation »

Entries

Get all entries for a blog. Create or edit entries, upload images and view drafts.

View documentation »

Comments

Get all comments for entries and manage (approve, answer and delete) individual comments

View documentation »

Objects

Definitions of all classes used when interacting with the API, with sample objects to get you started quickly.

View documentation »