API Doc

API Methods

Tropicos Web Services

Get Name Images

Return all Image records for a Name with a given id

Pattern

Name/{id}/Images?apikey={apikey}&format={format}

  • id (required): The Name Id
  • apikey (required): Your api key that was given to you
  • format (required): Use the word \"xml\" or \"json\" to choose how you want your output to be formatted

Example

Name/25509881/Images?apikey=D1CC4285-279D-4B5C-B469-861F4C1F4020&format=xml

Sample Response

<Images>
  <Image>
    <ImageId>40773</ImageId>
    <NameId>25509881</NameId>
    <NameText>Poa annua L.</NameText>
    <Caption>Poa annua</Caption>
    <ShortDescription>Habit and habitat</ShortDescription>
    <LongDescription>Plants forming a carpet on ash inside the crater of Volcán Irazú.</LongDescription>
    <ImageKindText>Photo (general)</ImageKindText>
    <Copyright>Gerrit Davidse</Copyright>
    <LicenseUrl>http://creativecommons.org/licenses/by-nc-sa/3.0/</LicenseUrl>
    <LicenseName>Attribution Non-Commercial Share Alike</LicenseName>
    <Photographer>Gerrit Davidse</Photographer>
    <PhotoLocation>Costa Rica</PhotoLocation>
    <PhotoDate>Jan 1983</PhotoDate>
  </Image>
</Images>