1,554
edits
(→Search) |
(add note on curly braces →Endpoints) |
||
Line 19: | Line 19: | ||
Unless otherwise noted, successful responses from the API will return a JSON-formatted document. | Unless otherwise noted, successful responses from the API will return a JSON-formatted document. | ||
The curly braces <code> { </code> and <code> } </code> in this document are used as a placeholder to indicate that a real value needs to be substituted. For example, <code> {api_version} </code> would be replaced with the actual representation of the API version such as "v1" (without the quotes). | |||
Most of the provided examples include a JSON formatter (such as json_pp) to make the output easier for humans to read. Additional usage examples as well as information on JSON formatting and the "curl" command, are available in [[iDigBio API Examples]]. | Most of the provided examples include a JSON formatter (such as json_pp) to make the output easier for humans to read. Additional usage examples as well as information on JSON formatting and the "curl" command, are available in [[iDigBio API Examples]]. |
edits