REST Web Services
All the following methods provide results in JSON and are available via a GET query from http://identifiers.org/rest
- /collections : retrieves a list of all available collections
- /collections/{id} : retrieves the collection identified by id (MIR:00000008) and related resources
- /collections/name/{name} : retrieves a list of matching collections using the name field (pdb)
- /collections/provider/{prefix} : retrieves a list of provider codes for a matching collection using the prefix (pdb)
- /resources : retrieves the list of all available resources
- /resources/{id} : retrieves the resource identified by id (MIR:00100675)
- /identifiers/validate/{id} : validates the given prefix:identifier scheme (GO:0006915)
- [Alpha] /identifiers/{id} : retrieves a list of valid prefixes for a given id (GO:0006915)
Identifiers.org