Does Wattpad have an API

api, wattpad

Solution

Disclosure: Wattpad Head of Product Here.

The API is available at http://developer.wattpad.com. 3 main parts to it:

- GET /stories - Search Wattpad stories and get story metadata

- Login with Wattpad - OAuth2 Login to your Wattpad account

- POST /stories - Post stories to Wattpad (this one is in alpha, launching soon).

There's also some other API's - all the docs are at http://developer.wattpad.com/docs/api.

New API docs are at: https://www.wattpad.com/developer/docs

Problem

Does Wattpad offer any APIs for developers? I looked at their website but I didn't notice it mentioned anywhere. I also saw that there are widgets that I can put on my website, but I'd like to build something beyond what they already have.

Original source