API - Get user details

Returns details of a user

URL: http://api.smynx.com/users/:id

HTTP Method: Get

Parameters

  • key - Your API key Required
  • id - The ID of the user Required

Error codes

  • 401 - Not Authorized
  • 404 - Not Found
  • 500 - Internal Server Error

Available API methods

The following API methods are available to use.

Ideas

Locations

Try-outs

Users

Example Response

<user>
  <about_me>This is a description about me</about_me>
  <id type="integer">6</id>
  <location>
    <administrative_division_1_name>Wales</administrative_division_1_name>
    <administrative_division_2_name>City and County of Cardiff</administrative_division_2_name>
    <city>Cardiff</city>
    <country>United Kingdom</country>
    <location_id>710923</location_id>
    <latitude>51.5</latitude>
    <longitude>-3.2</longitude>
  </location>
  <name>Users name</name>
  <time_zone>Europe/London</time_zone>
  <updated_at>Wed Jun 25 09:18:18 UTC 2008</updated_at>
</user>