1,554
edits
(add section for api examples, re-arrange) |
|||
Line 10: | Line 10: | ||
Programmatic Search is a special case. See the section [[#Searching iDigBio]] below for more information. | Programmatic Search is a special case. See the section [[#Searching iDigBio]] below for more information. | ||
== Specification == | |||
The current [[iDigBio API v1 Specification]] includes detailed information about the API endpoints, parameters, and values. | |||
== Examples == | |||
The [[iDigBio API Examples]] page contains many more examples of the iDigBio API in action. | |||
== Quick Start == | == Quick Start == | ||
Line 16: | Line 24: | ||
;<pre>http://api.idigbio.org/{api_version}{endpoint}{optional_parameters}</pre> | ;<pre>http://api.idigbio.org/{api_version}{endpoint}{optional_parameters}</pre> | ||
;Simple Example - Curculionidae | ;Simple Example - Curculionidae | ||
Line 88: | Line 94: | ||
} | } | ||
</pre> | </pre> | ||
The [[iDigBio API Examples]] page shows how to drill down into this specimen record and retrieve an image associated with the specimen, as well as how one might search to locate the specimen record in the first place. | The [[iDigBio API Examples]] page shows how to drill down into this specimen record and retrieve an image associated with the specimen, as well as how one might search to locate the specimen record in the first place. | ||
== Endpoint Properties == | == Endpoint Properties == |
edits