Advertisement
lessientelrunya

Profile JSON

Apr 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. GET /profile/<USERNAME>
  2. >>>
  3. 200 Ok
  4. {
  5.   "user_id": 1,
  6.   "username": <USERNAME>,
  7.   "first_name": "John",
  8.   "last_name": "Doe",
  9.   "birth_date": "2016-01-30",
  10.   "tweets": [
  11.     {
  12.         "id": 38811,
  13.         "text": "Tweet test",
  14.         "date": "2016-06-01T05:13:00",
  15.         "uri": "/tweet/38811"
  16.     },
  17.     {
  18.         "id": 18832,
  19.         "text": "Other tweet ",
  20.         "date": "2016-06-01T05:22:00",
  21.         "uri": "/tweet/18832"
  22.     }
  23.   ],
  24.   "tweet_count": 2
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement