TMDb

2.1 Deprecation Notice!

Please be aware that the 2.1 version of our API has been deprecated. 2.1 will be shut down on September 15, 2013. It has been replaced by v3. You can read the new API documentation here.

Person.getLatest

The Person.getLatest method is a simple method. It returns the ID of the last person created in the db. This is useful if you are scanning the database and want to know which id to stop at.

Example URL

http://api.themoviedb.org/2.1/Person.getLatest/en/xml/APIKEY

Options

Language: IETF Language Tag, e.g. en-US

Type: Type can be xml, yaml or json.

API Key: The API key we supplied you with for your account.

Example Response


<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
  <opensearch:Query searchTerms="111830"/>
  <opensearch:totalResults>1</opensearch:totalResults>
  <person>
    <name>John Joseph</name>
    <id>111830</id>
    <version>3</version>
    <last_modified_at>2010-07-19 10:59:13</last_modified_at>
  </person>
</OpenSearchDescription>