Users

Get user information

Http request with GET method:

http://iwannagothere.com/api/users/{user_id}

Parameters:

  • key: User API key
  • user_id: Id of the user

Example response:

<user>
	<created-at type="datetime">2009-04-18T10:10:08+02:00</created-at>
	<id type="integer">2</id>
	<login>cantorrodista</login>
</user>
				

Error codes:

  • 401: API Key not valid
  • 404: User not found