The Movim API provides a RESTful API to manage data of the Movim network. This API will answer you using JSON.
You can list all the enabled pod reaching the following URL :
https://api.movim.eu/pods
You can also get the information of one pod by adding his ID :
https://api.movim.eu/pods/1
You can also get the favorite pods of the Movim team by requesting :
https://api.movim.eu/pods/favorite
If you own a Movim pod you can easily register by sending a POST request on /register
To prevent spam and fake pods the API and the moderation team will perform several verification steps.
http://api.movim.eu/pods/register
you need to send a parameter with your POST request :url
which contain the root URL of your Movim pod./?infos
Before publishing RSS and Atom feeds to a Pubsub node (using a tool like AtomToPubsub for example) you need to convert them to a clean and valid Atom 1.0 feed.
This tool will do it for you using the FeedCleaner PHP library.
This tool is only for test purpose, we advice you to deploy your own feed-cleaner on your server if you need to do several requests per hour with this one.