Developer Guide › Methods
- Introduction
- Authentication
- Request Limits
- Methods:
The Muddy API consists of a number of different types of methods, each of which covers a type of resource, such as a collection, a page or an entity.
The API is called by sending an HTTP request to a Muddy URL. All Muddy URLs start with http://muddy.it/, followed by the name of the resource, and then optionally an identifier.
Most methods are called in the context of a collection.
| Name | URL | HTTP methods |
|---|---|---|
| Collections | http://www.muddy.it/collections | GET, POST |
| Pages | http://www.muddy.it/collections/COLLECTION_TOKEN/pages | GET, POST |
| Related Pages | http://www.muddy.it/collections/COLLECTION_TOKEN/pages/PAGE_ID/related | GET |
| Entites | http://www.muddy.it/collections/COLLECTION_TOKEN//entities/ENTITY_MD5SUM | GET |
| Related Entities | http://www.muddy.it/collections/COLLECTION_TOKEN/entities/ENTITY_MD5SUM/related | GET |