API
The API profile object is a list of fields returned by the getProfileFromUsername and getProfileFromTwitterUsername methods. Some
of the fields (such as those imported from Twitter) are not editable.
| Field | Kind | Description |
|---|---|---|
| user_id | Int | Internal User Id |
| user_name | String | Internal Username (forms profiles.im URL) |
| screen_name | String | Twitter Username |
| name | String | Twitter real name field |
| twitter_user_id | Int | Twitter User Id |
| description | String | Twitter description field |
| location | String | Twitter location field |
| url | String | Twitter More Info URL field |
| verified_profile | Int | Twitter verified profile 0 = no, 1= yes |
| profile_sidebar_border_color | String | Twitter profile design |
| profile_image_url | String | Twitter profile design |
| profile_text_color | String | Twitter profile design |
| profile_background_image_url | String | Twitter profile design |
| profile_background_image_url | | Twitter profile design | |
| profile_link_color | String | Twitter profile design |
| profile_background_tile | Int | Twitter profile design 1 = tile background image, 0 = no tile |
| profile_background_color | String | Twitter profile design |
| profile_sidebar_fill_color | String | Twitter profile design |
| followers_count | Int | Number of followers |
| friends_count | Int | Number following |
| gender | String | 'male','female','' |
| relationship | String | Relationship status 'single','engaged','married','divorced','inarelationship','open','complicated','widower','' |
| dob | Date | Date of Birth YYYY-MM-DD |
| country | String | Country 2 letter country code |
| homepageurl | String | URL |
| workurl | String | URL |
| otherurl | String | URL |
| strapline | String | Text below name |
| company | String | Company Name |
| aboutme | String | About Me field |
| lookingfor | String | Looking For field |
| rssfeed | String | URL |
| last_fetched | Date Time | Date profile information was last fetched from Twitter |
