Skip to content

Instantly share code, notes, and snippets.

@idan
Created July 5, 2011 06:21
Show Gist options
  • Select an option

  • Save idan/1064338 to your computer and use it in GitHub Desktop.

Select an option

Save idan/1064338 to your computer and use it in GitHub Desktop.
Malformed JSON in Twitter API Response

Summary

Twitter API returns malformed JSON for some valid requests.

I discovered this while attempting to fetch all of my list memberships via the API. The issue is present regardless of authentication. It occurs 100% of the time, and has persisted for over twelve hours. I have reproduced it for multiple users.

Note that the response does not indicate any error condition. The transaction completes successfully, but the payload is malformed.

It seems that any user with enough lists will eventually have a page returned containing this bug. I've located it on the first two users I tried, which is my own account (@idangazit ~120 listed) and that of Jacob Kaplan-Moss (@jacobian, ~500 listed), founder of the Django web framework.

The offending queries:

These are two examples:

http://api.twitter.com/1/idangazit/lists/memberships.json?cursor=1336796671888485791 http://api.twitter.com/1/jacobian/lists/memberships.json?cursor=1343747472518328819

Note that these are literally the first two users I inspected. I imagine this bug affects anybody with a sufficient number of lists. I have not encountered the issue in any other API call, but I haven't looked very hard, either.

All of the following applies to my account, but is equally reproducible for @jacobian, albeit with different values.

Starting with cursor=-1, the following (stable) progression of next_cursor values lead to the broken query result:

  • 2nd: 1370876429079454131
  • 3rd: 1363944001883709517
  • 4th: 1352913498669071334
  • 5th: 1336796671888485791

Each of the requests leading up to the offender return well-formed JSON.

The problem is a superfluous "empty value" at the very end of the lists value, more easily seen on line 956 of the pretty-printed JSON attached to this gist. Pasting the JSON into a validity checker like http://jsonlint.com handily points out the invalid serialization.

Interestingly, the developer console in Twitter for Mac munges the response to replace the trailing comma with "null", thereby making it valid JSON (screenshot: http://cl.ly/1q072g380B0P3g213t3e). Regardless, the bytestream from the server contains invalid JSON.

Attachments

Below you'll find two items, one bearing the JSON itself, pretty-printed for clarity, and another bearing the full response from the server.

A Plea

Help?

{
"lists": [
{
"mode": "public",
"description": "",
"subscriber_count": 1,
"uri": "\/benjamin\/python",
"slug": "python",
"id_str": "10530899",
"full_name": "@benjamin\/python",
"name": "Python",
"user": {
"profile_background_image_url": "http:\/\/a3.twimg.com\/profile_background_images\/23020358\/12042009127.jpg",
"friends_count": 363,
"protected": false,
"profile_image_url": "http:\/\/a2.twimg.com\/profile_images\/311563351\/head9_normal.jpg",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/311563351\/head9_normal.jpg",
"location": "Frankfurt & Mainz, Germany",
"name": "Benjamin Reitzammer",
"contributors_enabled": false,
"statuses_count": 1883,
"profile_text_color": "666666",
"screen_name": "benjamin",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": 3600,
"profile_sidebar_fill_color": "252429",
"followers_count": 447,
"url": "http:\/\/ambestengestern.de",
"id_str": "5430",
"follow_request_sent": null,
"following": null,
"geo_enabled": false,
"profile_background_tile": true,
"description": "Geek, Python & Javascript & Web enthusiast, aspiring Software Craftman, Lover, Dad",
"created_at": "Thu Sep 07 11:54:22 +0000 2006",
"profile_link_color": "2FC2EF",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/23020358\/12042009127.jpg",
"favourites_count": 40,
"profile_sidebar_border_color": "181A1E",
"id": 5430,
"listed_count": 25,
"time_zone": "Berlin",
"profile_use_background_image": true,
"default_profile": false,
"lang": "en",
"verified": false,
"profile_background_color": "1A1B1F"
},
"id": 10530899,
"following": false,
"member_count": 77
},
{
"mode": "public",
"description": "Interesting people in tech",
"subscriber_count": 1,
"uri": "\/benjamin\/tech-people",
"slug": "tech-people",
"id_str": "5689300",
"full_name": "@benjamin\/tech-people",
"name": "Tech People",
"user": {
"profile_background_image_url": "http:\/\/a3.twimg.com\/profile_background_images\/23020358\/12042009127.jpg",
"friends_count": 363,
"protected": false,
"profile_image_url": "http:\/\/a2.twimg.com\/profile_images\/311563351\/head9_normal.jpg",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/311563351\/head9_normal.jpg",
"location": "Frankfurt & Mainz, Germany",
"name": "Benjamin Reitzammer",
"contributors_enabled": false,
"statuses_count": 1883,
"profile_text_color": "666666",
"screen_name": "benjamin",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": 3600,
"profile_sidebar_fill_color": "252429",
"followers_count": 447,
"url": "http:\/\/ambestengestern.de",
"id_str": "5430",
"follow_request_sent": null,
"following": null,
"geo_enabled": false,
"profile_background_tile": true,
"description": "Geek, Python & Javascript & Web enthusiast, aspiring Software Craftman, Lover, Dad",
"created_at": "Thu Sep 07 11:54:22 +0000 2006",
"profile_link_color": "2FC2EF",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/23020358\/12042009127.jpg",
"favourites_count": 40,
"profile_sidebar_border_color": "181A1E",
"id": 5430,
"listed_count": 25,
"time_zone": "Berlin",
"profile_use_background_image": true,
"default_profile": false,
"lang": "en",
"verified": false,
"profile_background_color": "1A1B1F"
},
"id": 5689300,
"following": false,
"member_count": 56
},
{
"mode": "public",
"description": "People registered to be at DjangoCon 2010 in Berlin",
"subscriber_count": 0,
"uri": "\/durdn\/djangocon",
"slug": "djangocon",
"id_str": "12855042",
"full_name": "@durdn\/djangocon",
"name": "djangocon",
"user": {
"profile_background_image_url": "http:\/\/a1.twimg.com\/images\/themes\/theme14\/bg.gif",
"friends_count": 220,
"protected": false,
"profile_image_url": "http:\/\/a2.twimg.com\/profile_images\/36664022\/profile2_normal.jpg",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/36664022\/profile2_normal.jpg",
"location": "Amsterdam",
"name": "Nicola Paolucci",
"contributors_enabled": false,
"statuses_count": 1240,
"profile_text_color": "333333",
"screen_name": "durdn",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": 3600,
"profile_sidebar_fill_color": "efefef",
"followers_count": 212,
"url": "http:\/\/durdn.com",
"id_str": "1029331",
"follow_request_sent": null,
"following": null,
"geo_enabled": true,
"profile_background_tile": true,
"description": "Entrepreneur. Creative. Pythoneer. Meta-modeler. Sophist. Traveler. Runner. Slightly unhinged. Trying to be present. Always.",
"created_at": "Mon Mar 12 18:00:42 +0000 2007",
"profile_link_color": "009999",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif",
"favourites_count": 97,
"profile_sidebar_border_color": "eeeeee",
"id": 1029331,
"listed_count": 8,
"time_zone": "Amsterdam",
"profile_use_background_image": true,
"default_profile": false,
"lang": "en",
"verified": false,
"profile_background_color": "131516"
},
"id": 12855042,
"following": false,
"member_count": 56
},
{
"mode": "public",
"description": "",
"subscriber_count": 8,
"uri": "\/jeswinlopez\/ux-2",
"slug": "ux-2",
"id_str": "9837136",
"full_name": "@jeswinlopez\/ux-2",
"name": "UX-2",
"user": {
"profile_background_image_url": "http:\/\/a1.twimg.com\/profile_background_images\/5796357\/jez5.jpg",
"friends_count": 1998,
"protected": false,
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/96785112\/PP_normal.jpg",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/96785112\/PP_normal.jpg",
"location": "Dubai, UAE",
"name": "Jeswin Lopez",
"contributors_enabled": false,
"statuses_count": 106,
"profile_text_color": "333333",
"screen_name": "jeswinlopez",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": 14400,
"profile_sidebar_fill_color": "DDFFCC",
"followers_count": 857,
"url": "http:\/\/www.facebook.com\/UserExperienceUAE",
"id_str": "22120763",
"follow_request_sent": null,
"following": null,
"geo_enabled": false,
"profile_background_tile": false,
"description": "User Experience Architect",
"created_at": "Fri Feb 27 08:17:45 +0000 2009",
"profile_link_color": "0084B4",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/5796357\/jez5.jpg",
"favourites_count": 1,
"profile_sidebar_border_color": "BDDCAD",
"id": 22120763,
"listed_count": 57,
"time_zone": "Abu Dhabi",
"profile_use_background_image": true,
"default_profile": false,
"lang": "en",
"verified": false,
"profile_background_color": "9AE4E8"
},
"id": 9837136,
"following": false,
"member_count": 341
},
{
"mode": "public",
"description": "",
"subscriber_count": 3,
"uri": "\/ninadoran\/tech",
"slug": "tech",
"id_str": "1535317",
"full_name": "@ninadoran\/tech",
"name": "tech",
"user": {
"profile_background_image_url": "http:\/\/a3.twimg.com\/profile_background_images\/49575675\/mqpro_glowwavesgreen.br.jpg",
"friends_count": 0,
"protected": true,
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/722888846\/Picture_005_normal.jpg",
"is_translator": false,
"default_profile": false,
"location": "",
"name": "nina doran",
"follow_request_sent": null,
"profile_text_color": "333333",
"screen_name": "ninadoran",
"notifications": null,
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/49575675\/mqpro_glowwavesgreen.br.jpg",
"utc_offset": -18000,
"profile_sidebar_fill_color": "acde8c",
"followers_count": 166,
"url": "http:\/\/books4israel.blogspot.com",
"id_str": "19162023",
"show_all_inline_media": false,
"contributors_enabled": false,
"following": null,
"geo_enabled": false,
"profile_background_tile": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/722888846\/Picture_005_normal.jpg",
"description": "",
"created_at": "Sun Jan 18 23:17:15 +0000 2009",
"listed_count": 9,
"profile_link_color": "356e11",
"statuses_count": 908,
"favourites_count": 102,
"profile_sidebar_border_color": "356e11",
"id": 19162023,
"time_zone": "Eastern Time (US & Canada)",
"profile_use_background_image": true,
"default_profile_image": false,
"lang": "en",
"verified": false,
"profile_background_color": "88b16e"
},
"id": 1535317,
"following": false,
"member_count": 62
},
{
"mode": "public",
"description": "",
"subscriber_count": 4,
"uri": "\/ninadoran\/historical-motherland",
"slug": "historical-motherland",
"id_str": "2434239",
"full_name": "@ninadoran\/historical-motherland",
"name": "historical motherland",
"user": {
"profile_background_image_url": "http:\/\/a3.twimg.com\/profile_background_images\/49575675\/mqpro_glowwavesgreen.br.jpg",
"friends_count": 0,
"protected": true,
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/722888846\/Picture_005_normal.jpg",
"is_translator": false,
"default_profile": false,
"location": "",
"name": "nina doran",
"follow_request_sent": null,
"profile_text_color": "333333",
"screen_name": "ninadoran",
"notifications": null,
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/49575675\/mqpro_glowwavesgreen.br.jpg",
"utc_offset": -18000,
"profile_sidebar_fill_color": "acde8c",
"followers_count": 166,
"url": "http:\/\/books4israel.blogspot.com",
"id_str": "19162023",
"show_all_inline_media": false,
"contributors_enabled": false,
"following": null,
"geo_enabled": false,
"profile_background_tile": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/722888846\/Picture_005_normal.jpg",
"description": "",
"created_at": "Sun Jan 18 23:17:15 +0000 2009",
"listed_count": 9,
"profile_link_color": "356e11",
"statuses_count": 908,
"favourites_count": 102,
"profile_sidebar_border_color": "356e11",
"id": 19162023,
"time_zone": "Eastern Time (US & Canada)",
"profile_use_background_image": true,
"default_profile_image": false,
"lang": "en",
"verified": false,
"profile_background_color": "88b16e"
},
"id": 2434239,
"following": false,
"member_count": 60
},
{
"mode": "public",
"description": "",
"subscriber_count": 4,
"uri": "\/gilgul\/visualization",
"slug": "visualization",
"id_str": "1913990",
"full_name": "@gilgul\/visualization",
"name": "visualization",
"user": {
"profile_background_image_url": "http:\/\/a2.twimg.com\/profile_background_images\/57062501\/xe4f614237338ce4f318d359ca1cf33d.png",
"friends_count": 570,
"protected": false,
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/823159942\/twitterProfilePhoto_normal.jpg",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/823159942\/twitterProfilePhoto_normal.jpg",
"location": "NYC",
"name": "Gilad Lotan",
"contributors_enabled": false,
"statuses_count": 1958,
"profile_text_color": "CDB380",
"screen_name": "gilgul",
"show_all_inline_media": true,
"notifications": null,
"utc_offset": 12600,
"profile_sidebar_fill_color": "033649",
"followers_count": 1541,
"url": "http:\/\/giladlotan.com\/blog",
"id_str": "3183721",
"follow_request_sent": null,
"following": null,
"geo_enabled": true,
"profile_background_tile": true,
"description": "VP of Research & Development @socialflow at @betaworks NYC. Data Visualization geek and @globalvoices author",
"created_at": "Mon Apr 02 05:26:52 +0000 2007",
"profile_link_color": "036564",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/57062501\/xe4f614237338ce4f318d359ca1cf33d.png",
"favourites_count": 148,
"profile_sidebar_border_color": "031634",
"id": 3183721,
"listed_count": 146,
"time_zone": "Tehran",
"profile_use_background_image": true,
"default_profile": false,
"lang": "en",
"verified": false,
"profile_background_color": "E8DDCB"
},
"id": 1913990,
"following": false,
"member_count": 68
},
{
"mode": "public",
"description": "",
"subscriber_count": 2,
"uri": "\/gotgenes\/pythonistas",
"slug": "pythonistas",
"id_str": "2477870",
"full_name": "@gotgenes\/pythonistas",
"name": "pythonistas",
"user": {
"profile_background_image_url": "http:\/\/a0.twimg.com\/profile_background_images\/37868448\/gotgenes-header-gradient.png",
"friends_count": 252,
"protected": false,
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/791993862\/cdl_headshot_normal.png",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/791993862\/cdl_headshot_normal.png",
"location": "Blacksburg, VA",
"name": "Chris Lasher",
"contributors_enabled": false,
"statuses_count": 4439,
"profile_text_color": "000000",
"screen_name": "gotgenes",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": -18000,
"profile_sidebar_fill_color": "FFFFFF",
"followers_count": 437,
"url": "http:\/\/gotgenes.com\/",
"id_str": "7144102",
"follow_request_sent": null,
"following": null,
"geo_enabled": false,
"profile_background_tile": false,
"description": "Computational biology grad student at VT, music lover, human being.",
"created_at": "Fri Jun 29 03:17:42 +0000 2007",
"profile_link_color": "0000ff",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/37868448\/gotgenes-header-gradient.png",
"favourites_count": 106,
"profile_sidebar_border_color": "D0D0D0",
"id": 7144102,
"listed_count": 42,
"time_zone": "Eastern Time (US & Canada)",
"profile_use_background_image": true,
"default_profile": false,
"lang": "en",
"verified": false,
"profile_background_color": "FFFFFF"
},
"id": 2477870,
"following": false,
"member_count": 42
},
{
"mode": "public",
"description": "The world of Django",
"subscriber_count": 2,
"uri": "\/atlasStrategic\/django",
"slug": "django",
"id_str": "3785493",
"full_name": "@atlasStrategic\/django",
"name": "Django",
"user": {
"profile_background_image_url": "http:\/\/a1.twimg.com\/images\/themes\/theme6\/bg.gif",
"friends_count": 61,
"protected": false,
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/946473487\/n550141211_8719_normal.jpg",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/946473487\/n550141211_8719_normal.jpg",
"location": "South Africa",
"name": "David de Wet",
"contributors_enabled": false,
"statuses_count": 201,
"profile_text_color": "333333",
"screen_name": "atlasStrategic",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": 7200,
"profile_sidebar_fill_color": "A0C5C7",
"followers_count": 42,
"url": "http:\/\/www.flickr.com\/photos\/atlas-strategic",
"id_str": "28526727",
"follow_request_sent": null,
"following": null,
"geo_enabled": false,
"profile_background_tile": false,
"description": "Python web developer, Holga photographer, music and movie addict.",
"created_at": "Fri Apr 03 08:14:33 +0000 2009",
"profile_link_color": "FF3300",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/images\/themes\/theme6\/bg.gif",
"favourites_count": 13,
"profile_sidebar_border_color": "86A4A6",
"id": 28526727,
"listed_count": 0,
"time_zone": "Pretoria",
"profile_use_background_image": true,
"default_profile": false,
"lang": "en",
"verified": false,
"profile_background_color": "709397"
},
"id": 3785493,
"following": false,
"member_count": 62
},
{
"mode": "public",
"description": "Visit http:\/\/twibes.com\/group\/Django to join the Django Twitter group.",
"subscriber_count": 14,
"uri": "\/httpdss\/django-twibe",
"slug": "django-twibe",
"id_str": "6027052",
"full_name": "@httpdss\/django-twibe",
"name": "Django-twibe",
"user": {
"profile_background_image_url": "http:\/\/a1.twimg.com\/profile_background_images\/2513940\/patt_main_back.gif",
"friends_count": 474,
"protected": false,
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/1346384468\/cartoonme_normal.png",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/1346384468\/cartoonme_normal.png",
"location": "iPhone: -34.857105,-55.016537",
"name": "httpdss",
"contributors_enabled": false,
"statuses_count": 668,
"profile_text_color": "000000",
"screen_name": "httpdss",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": -10800,
"profile_sidebar_fill_color": "e0ff92",
"followers_count": 171,
"url": "http:\/\/kenny.belitzky.com",
"id_str": "14730168",
"follow_request_sent": null,
"following": null,
"geo_enabled": false,
"profile_background_tile": true,
"description": "consultor, scrum master & python developer",
"created_at": "Sun May 11 02:33:50 +0000 2008",
"profile_link_color": "212173",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/2513940\/patt_main_back.gif",
"favourites_count": 11,
"profile_sidebar_border_color": "87bc44",
"id": 14730168,
"listed_count": 11,
"time_zone": "Brasilia",
"profile_use_background_image": true,
"default_profile": false,
"lang": "en",
"verified": false,
"profile_background_color": "000000"
},
"id": 6027052,
"following": false,
"member_count": 206
},
{
"mode": "public",
"description": "",
"subscriber_count": 0,
"uri": "\/x13ar\/python",
"slug": "python",
"id_str": "500248",
"full_name": "@x13ar\/python",
"name": "python",
"user": {
"profile_background_image_url": "http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png",
"friends_count": 225,
"protected": false,
"profile_image_url": "http:\/\/a0.twimg.com\/profile_images\/238327176\/uglydog2_normal.jpg",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/238327176\/uglydog2_normal.jpg",
"location": "Argentina",
"name": "Cartucho",
"contributors_enabled": false,
"statuses_count": 1244,
"profile_text_color": "333333",
"screen_name": "x13ar",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": -10800,
"profile_sidebar_fill_color": "DDEEF6",
"followers_count": 210,
"url": null,
"id_str": "19452626",
"follow_request_sent": null,
"following": null,
"geo_enabled": false,
"profile_background_tile": false,
"description": "I'm an ugly dog interested in web design, web security, python, django, mootools, jquery, data visualization, web usability and UX. I hate PHP by the way.",
"created_at": "Sat Jan 24 16:39:57 +0000 2009",
"profile_link_color": "0084B4",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png",
"favourites_count": 145,
"profile_sidebar_border_color": "C0DEED",
"id": 19452626,
"listed_count": 13,
"time_zone": "Buenos Aires",
"profile_use_background_image": true,
"default_profile": true,
"lang": "en",
"verified": false,
"profile_background_color": "C0DEED"
},
"id": 500248,
"following": false,
"member_count": 8
},
{
"mode": "public",
"description": "",
"subscriber_count": 0,
"uri": "\/x13ar\/django",
"slug": "django",
"id_str": "499713",
"full_name": "@x13ar\/django",
"name": "django",
"user": {
"profile_background_image_url": "http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png",
"friends_count": 225,
"protected": false,
"profile_image_url": "http:\/\/a0.twimg.com\/profile_images\/238327176\/uglydog2_normal.jpg",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/238327176\/uglydog2_normal.jpg",
"location": "Argentina",
"name": "Cartucho",
"contributors_enabled": false,
"statuses_count": 1244,
"profile_text_color": "333333",
"screen_name": "x13ar",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": -10800,
"profile_sidebar_fill_color": "DDEEF6",
"followers_count": 210,
"url": null,
"id_str": "19452626",
"follow_request_sent": null,
"following": null,
"geo_enabled": false,
"profile_background_tile": false,
"description": "I'm an ugly dog interested in web design, web security, python, django, mootools, jquery, data visualization, web usability and UX. I hate PHP by the way.",
"created_at": "Sat Jan 24 16:39:57 +0000 2009",
"profile_link_color": "0084B4",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png",
"favourites_count": 145,
"profile_sidebar_border_color": "C0DEED",
"id": 19452626,
"listed_count": 13,
"time_zone": "Buenos Aires",
"profile_use_background_image": true,
"default_profile": true,
"lang": "en",
"verified": false,
"profile_background_color": "C0DEED"
},
"id": 499713,
"following": false,
"member_count": 13
},
{
"mode": "public",
"description": "",
"subscriber_count": 13,
"uri": "\/Cogiboo\/israelia",
"slug": "israelia",
"id_str": "3631364",
"full_name": "@Cogiboo\/israelia",
"name": "Israelia",
"user": {
"default_profile_image": false,
"profile_background_image_url": "http:\/\/a1.twimg.com\/images\/themes\/theme9\/bg.gif",
"protected": false,
"profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/551803239\/profile_pic_normal.jpg",
"friends_count": 590,
"location": null,
"name": "Dena Lerner",
"is_translator": false,
"profile_text_color": "666666",
"screen_name": "Cogiboo",
"follow_request_sent": false,
"notifications": false,
"utc_offset": null,
"profile_sidebar_fill_color": "252429",
"followers_count": 368,
"url": null,
"id_str": "87808524",
"following": false,
"profile_background_tile": false,
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/images\/themes\/theme9\/bg.gif",
"description": null,
"show_all_inline_media": false,
"contributors_enabled": false,
"geo_enabled": false,
"created_at": "Thu Nov 05 23:02:30 +0000 2009",
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/551803239\/profile_pic_normal.jpg",
"profile_link_color": "2FC2EF",
"listed_count": 20,
"favourites_count": 2,
"profile_sidebar_border_color": "181A1E",
"id": 87808524,
"statuses_count": 1125,
"time_zone": null,
"default_profile": false,
"profile_use_background_image": true,
"lang": "en",
"verified": false,
"profile_background_color": "1A1B1F"
},
"id": 3631364,
"following": false,
"member_count": 236
},
{
"mode": "public",
"description": "",
"subscriber_count": 0,
"uri": "\/jbergantine\/django-python",
"slug": "django-python",
"id_str": "4345017",
"full_name": "@jbergantine\/django-python",
"name": "django\/python",
"user": {
"follow_request_sent": false,
"profile_background_image_url": "http:\/\/a0.twimg.com\/profile_background_images\/3276794\/20081015.jpg",
"protected": false,
"profile_image_url": "http:\/\/a2.twimg.com\/profile_images\/573706259\/joe1_normal.jpg",
"location": "Bozeman, MT",
"name": "Joe Bergantine",
"default_profile": false,
"show_all_inline_media": false,
"geo_enabled": true,
"profile_text_color": "000000",
"screen_name": "jbergantine",
"notifications": false,
"utc_offset": -28800,
"profile_sidebar_fill_color": "E9E9E9",
"followers_count": 356,
"url": "http:\/\/joebergantine.com",
"id_str": "12920172",
"listed_count": 27,
"following": false,
"profile_background_tile": false,
"description": "Interactive Producer. Technologist. Web Designer. Django Developer. Cyclist. Skier. Traveler. Photoblogger at http:\/\/72ppi.us.",
"statuses_count": 3399,
"created_at": "Thu Jan 31 21:52:08 +0000 2008",
"profile_link_color": "2aacf8",
"favourites_count": 696,
"friends_count": 395,
"profile_sidebar_border_color": "cad1d3",
"id": 12920172,
"default_profile_image": false,
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/3276794\/20081015.jpg",
"time_zone": "Pacific Time (US & Canada)",
"contributors_enabled": false,
"profile_use_background_image": true,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/573706259\/joe1_normal.jpg",
"is_translator": false,
"lang": "en",
"verified": false,
"profile_background_color": "efefef"
},
"id": 4345017,
"following": false,
"member_count": 68
},
{
"mode": "public",
"description": "This Week Top 5",
"subscriber_count": 4,
"uri": "\/IsraelHayom\/this-week-top-5",
"slug": "this-week-top-5",
"id_str": "1578780",
"full_name": "@IsraelHayom\/this-week-top-5",
"name": "This Week Top 5",
"user": {
"profile_background_image_url": "http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png",
"friends_count": 1817,
"protected": false,
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/546529231\/logo1_normal.jpg",
"is_translator": false,
"default_profile_image": false,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/546529231\/logo1_normal.jpg",
"location": "israel",
"name": "\u05d9\u05e9\u05e8\u05d0\u05dc \u05d4\u05d9\u05d5\u05dd - Israel",
"contributors_enabled": false,
"statuses_count": 2102,
"profile_text_color": "333333",
"screen_name": "IsraelHayom",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": 7200,
"profile_sidebar_fill_color": "ffffff",
"followers_count": 2648,
"url": "http:\/\/www.israelhayom.co.il\/",
"id_str": "33607123",
"follow_request_sent": null,
"following": null,
"geo_enabled": false,
"profile_background_tile": false,
"description": "\u05d9\u05e9\u05e8\u05d0\u05dc \u05d4\u05d9\u05d5\u05dd \u05d4\u05d5\u05d0 \u05d7\u05d9\u05e0\u05de\u05d5\u05df \u05d9\u05d5\u05de\u05d9 \u05d1\u05d1\u05e2\u05dc\u05d5\u05ea\u05d5 \u05e9\u05dc \u05e9\u05dc\u05d3\u05d5\u05df \u05d0\u05d3\u05dc\u05e1\u05d5\u05df \u05de\u05e6\u05d9\u05e2 \u05e2\u05d9\u05ea\u05d5\u05df \u05d5\u05de\u05d5\u05e1\u05e4\u05d9 \u05e4\u05e0\u05d0\u05d9, \u05e1\u05e4\u05d5\u05e8\u05d8 \u05d5\u05e6\u05e8\u05db\u05e0\u05d5\u05ea",
"created_at": "Mon Apr 20 18:18:17 +0000 2009",
"profile_link_color": "0084B4",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png",
"favourites_count": 24,
"profile_sidebar_border_color": "E40A22",
"id": 33607123,
"listed_count": 131,
"time_zone": "Jerusalem",
"profile_use_background_image": false,
"default_profile": false,
"lang": "en",
"verified": false,
"profile_background_color": "E40A22"
},
"id": 1578780,
"following": false,
"member_count": 5
},
{
"mode": "public",
"description": "People involved with python",
"subscriber_count": 4,
"uri": "\/elpargo\/python",
"slug": "python",
"id_str": "6858820",
"full_name": "@elpargo\/python",
"name": "python",
"user": {
"profile_background_image_url": "http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png",
"friends_count": 454,
"protected": false,
"profile_image_url": "http:\/\/a1.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png",
"is_translator": false,
"default_profile_image": true,
"profile_image_url_https": "https:\/\/si0.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png",
"location": "18.473702,-69.921383",
"name": "Jorge Vargas",
"contributors_enabled": false,
"statuses_count": 13878,
"profile_text_color": "333333",
"screen_name": "elpargo",
"show_all_inline_media": false,
"notifications": null,
"utc_offset": -14400,
"profile_sidebar_fill_color": "DDEEF6",
"followers_count": 533,
"url": "http:\/\/www.maetico.com",
"id_str": "14436641",
"follow_request_sent": null,
"following": null,
"geo_enabled": true,
"profile_background_tile": false,
"description": "Programmer, Pythonist, TurboGearer, Tico, Fiestero, and other complicated to describe things",
"created_at": "Fri Apr 18 19:33:56 +0000 2008",
"profile_link_color": "0084B4",
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png",
"favourites_count": 536,
"profile_sidebar_border_color": "C0DEED",
"id": 14436641,
"listed_count": 34,
"time_zone": "La Paz",
"profile_use_background_image": true,
"default_profile": true,
"lang": "en",
"verified": false,
"profile_background_color": "C0DEED"
},
"id": 6858820,
"following": false,
"member_count": 133
},
{
"mode": "public",
"description": "A list of some of the best and brightest usability professionals around.",
"subscriber_count": 42,
"uri": "\/nathanziarek\/user-experience-ia-ixd",
"slug": "user-experience-ia-ixd",
"id_str": "6674186",
"full_name": "@nathanziarek\/user-experience-ia-ixd",
"name": "User Experience IA-IxD",
"user": {
"profile_background_image_url": "http:\/\/a2.twimg.com\/profile_background_images\/3405646\/Untitled-1.png",
"friends_count": 1103,
"protected": false,
"profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/491905380\/IMG_3344_normal.JPG",
"default_profile_image": false,
"show_all_inline_media": false,
"geo_enabled": true,
"location": "Milwaukee, Wisconsin",
"name": "Nathan Ziarek",
"profile_text_color": "1B2F50",
"screen_name": "nathanziarek",
"is_translator": false,
"notifications": false,
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/3405646\/Untitled-1.png",
"utc_offset": -21600,
"profile_sidebar_fill_color": "d5deeb",
"followers_count": 751,
"url": "http:\/\/linkedin.com\/in\/nathanziarek",
"id_str": "12267172",
"follow_request_sent": false,
"contributors_enabled": false,
"statuses_count": 4191,
"following": false,
"profile_background_tile": true,
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/491905380\/IMG_3344_normal.JPG",
"description": "Husband | Senior Web Analyst | Usability Nut | Wireframer | Information Architect | Marquette Alum | Web Guy | Serial Cereal Consumer | Utile et Dulce",
"created_at": "Tue Jan 15 12:24:07 +0000 2008",
"default_profile": false,
"profile_link_color": "505968",
"favourites_count": 8,
"profile_sidebar_border_color": "1B2F50",
"id": 12267172,
"listed_count": 78,
"time_zone": "Central Time (US & Canada)",
"profile_use_background_image": true,
"lang": "en",
"verified": false,
"profile_background_color": "352726"
},
"id": 6674186,
"following": false,
"member_count": 493
},
{
"mode": "public",
"description": "",
"subscriber_count": 19,
"uri": "\/MeshugAvi\/tribe",
"slug": "tribe",
"id_str": "767004",
"full_name": "@MeshugAvi\/tribe",
"name": "Tribe",
"user": {
"listed_count": 272,
"profile_background_image_url": "http:\/\/a0.twimg.com\/profile_background_images\/98019540\/twitter-background-tmwl.jpg",
"protected": false,
"profile_image_url": "http:\/\/a2.twimg.com\/profile_images\/1239915632\/Avi_Kaplan_-_Event_-_small_normal.jpg",
"statuses_count": 5837,
"location": "Washington D.C.",
"name": "Avi Kaplan",
"profile_text_color": "000000",
"screen_name": "MeshugAvi",
"default_profile": false,
"notifications": false,
"utc_offset": -18000,
"friends_count": 2487,
"profile_sidebar_fill_color": "58a8ee",
"followers_count": 4201,
"url": "http:\/\/avisamkaplan.com",
"id_str": "10107462",
"default_profile_image": false,
"following": false,
"profile_background_tile": true,
"profile_background_image_url_https": "https:\/\/si0.twimg.com\/profile_background_images\/98019540\/twitter-background-tmwl.jpg",
"description": "I'm into social change, philanthropy, marketing, mental health, & careers with impact.",
"contributors_enabled": false,
"created_at": "Fri Nov 09 19:20:32 +0000 2007",
"profile_image_url_https": "https:\/\/si0.twimg.com\/profile_images\/1239915632\/Avi_Kaplan_-_Event_-_small_normal.jpg",
"is_translator": false,
"profile_link_color": "b22715",
"follow_request_sent": false,
"favourites_count": 559,
"profile_sidebar_border_color": "58a8ee",
"id": 10107462,
"time_zone": "Eastern Time (US & Canada)",
"show_all_inline_media": false,
"geo_enabled": false,
"profile_use_background_image": false,
"lang": "en",
"verified": false,
"profile_background_color": "a3c56f"
},
"id": 767004,
"following": false,
"member_count": 425
},
,
],
"next_cursor": 1323450501606108737,
"previous_cursor": -1336793163744475153,
"next_cursor_str": "1323450501606108737",
"previous_cursor_str": "-1336793163744475153"
}
HTTP/1.1 200 OK
Date: Tue, 05 Jul 2011 05:55:06 GMT
Server: hi
Status: 200 OK
X-Transaction: 1309845306-83398-24938
X-Ratelimit-Limit: 150
Etag: "1cb9ab84115850dbe6c3ad60a1477073"
X-Frame-Options: SAMEORIGIN
Last-Modified: Tue, 05 Jul 2011 05:55:06 GMT
X-Ratelimit-Remaining: 138
X-Runtime: 0.07394
X-Transaction-Mask: a6183ffa5f8ca943ff1b53b5644ef1144d1160fd
Content-Type: application/json; charset=utf-8
Content-Length: 29655
Pragma: no-cache
X-Ratelimit-Class: api
X-Revision: DEV
Expires: Tue, 31 Mar 1981 05:00:00 GMT
Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0
X-Mid: e679a1c8f54a15033beb041151f558a7b796ab73
X-Ratelimit-Reset: 1309847063
Set-Cookie: k=79.180.198.224.1309845306164101; path=/; expires=Tue, 12-Jul-11 05:55:06 GMT; domain=.twitter.com, guest_id=v1%3A130984530616780061; domain=.twitter.com; path=/; expires=Thu, 04 Jul 2013 17:55:06 GMT, _twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCDg73fgwAToHaWQiJTMzZDMxNWM1YWYxYWFh%250AMzdmNDNhMTBmZjZjNThlYjEzIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--b501128d3b8af3dfd5e9c7432578205201e9af31; domain=.twitter.com; path=/; HttpOnly
Vary: Accept-Encoding
Connection: close
{"lists":[{"mode":"public","description":"","subscriber_count":1,"uri":"\/benjamin\/python","slug":"python","id_str":"10530899","full_name":"@benjamin\/python","name":"Python","user":{"profile_background_image_url":"http:\/\/a3.twimg.com\/profile_background_images\/23020358\/12042009127.jpg","friends_count":363,"protected":false,"profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/311563351\/head9_normal.jpg","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/311563351\/head9_normal.jpg","location":"Frankfurt & Mainz, Germany","name":"Benjamin Reitzammer","contributors_enabled":false,"statuses_count":1883,"profile_text_color":"666666","screen_name":"benjamin","show_all_inline_media":false,"notifications":null,"utc_offset":3600,"profile_sidebar_fill_color":"252429","followers_count":447,"url":"http:\/\/ambestengestern.de","id_str":"5430","follow_request_sent":null,"following":null,"geo_enabled":false,"profile_background_tile":true,"description":"Geek, Python & Javascript & Web enthusiast, aspiring Software Craftman, Lover, Dad","created_at":"Thu Sep 07 11:54:22 +0000 2006","profile_link_color":"2FC2EF","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/23020358\/12042009127.jpg","favourites_count":40,"profile_sidebar_border_color":"181A1E","id":5430,"listed_count":25,"time_zone":"Berlin","profile_use_background_image":true,"default_profile":false,"lang":"en","verified":false,"profile_background_color":"1A1B1F"},"id":10530899,"following":false,"member_count":77},{"mode":"public","description":"Interesting people in tech","subscriber_count":1,"uri":"\/benjamin\/tech-people","slug":"tech-people","id_str":"5689300","full_name":"@benjamin\/tech-people","name":"Tech People","user":{"profile_background_image_url":"http:\/\/a3.twimg.com\/profile_background_images\/23020358\/12042009127.jpg","friends_count":363,"protected":false,"profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/311563351\/head9_normal.jpg","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/311563351\/head9_normal.jpg","location":"Frankfurt & Mainz, Germany","name":"Benjamin Reitzammer","contributors_enabled":false,"statuses_count":1883,"profile_text_color":"666666","screen_name":"benjamin","show_all_inline_media":false,"notifications":null,"utc_offset":3600,"profile_sidebar_fill_color":"252429","followers_count":447,"url":"http:\/\/ambestengestern.de","id_str":"5430","follow_request_sent":null,"following":null,"geo_enabled":false,"profile_background_tile":true,"description":"Geek, Python & Javascript & Web enthusiast, aspiring Software Craftman, Lover, Dad","created_at":"Thu Sep 07 11:54:22 +0000 2006","profile_link_color":"2FC2EF","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/23020358\/12042009127.jpg","favourites_count":40,"profile_sidebar_border_color":"181A1E","id":5430,"listed_count":25,"time_zone":"Berlin","profile_use_background_image":true,"default_profile":false,"lang":"en","verified":false,"profile_background_color":"1A1B1F"},"id":5689300,"following":false,"member_count":56},{"mode":"public","description":"People registered to be at DjangoCon 2010 in Berlin","subscriber_count":0,"uri":"\/durdn\/djangocon","slug":"djangocon","id_str":"12855042","full_name":"@durdn\/djangocon","name":"djangocon","user":{"profile_background_image_url":"http:\/\/a1.twimg.com\/images\/themes\/theme14\/bg.gif","friends_count":220,"protected":false,"profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/36664022\/profile2_normal.jpg","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/36664022\/profile2_normal.jpg","location":"Amsterdam","name":"Nicola Paolucci","contributors_enabled":false,"statuses_count":1240,"profile_text_color":"333333","screen_name":"durdn","show_all_inline_media":false,"notifications":null,"utc_offset":3600,"profile_sidebar_fill_color":"efefef","followers_count":212,"url":"http:\/\/durdn.com","id_str":"1029331","follow_request_sent":null,"following":null,"geo_enabled":true,"profile_background_tile":true,"description":"Entrepreneur. Creative. Pythoneer. Meta-modeler. Sophist. Traveler. Runner. Slightly unhinged. Trying to be present. Always.","created_at":"Mon Mar 12 18:00:42 +0000 2007","profile_link_color":"009999","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","favourites_count":97,"profile_sidebar_border_color":"eeeeee","id":1029331,"listed_count":8,"time_zone":"Amsterdam","profile_use_background_image":true,"default_profile":false,"lang":"en","verified":false,"profile_background_color":"131516"},"id":12855042,"following":false,"member_count":56},{"mode":"public","description":"","subscriber_count":8,"uri":"\/jeswinlopez\/ux-2","slug":"ux-2","id_str":"9837136","full_name":"@jeswinlopez\/ux-2","name":"UX-2","user":{"profile_background_image_url":"http:\/\/a1.twimg.com\/profile_background_images\/5796357\/jez5.jpg","friends_count":1998,"protected":false,"profile_image_url":"http:\/\/a3.twimg.com\/profile_images\/96785112\/PP_normal.jpg","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/96785112\/PP_normal.jpg","location":"Dubai, UAE","name":"Jeswin Lopez","contributors_enabled":false,"statuses_count":106,"profile_text_color":"333333","screen_name":"jeswinlopez","show_all_inline_media":false,"notifications":null,"utc_offset":14400,"profile_sidebar_fill_color":"DDFFCC","followers_count":857,"url":"http:\/\/www.facebook.com\/UserExperienceUAE","id_str":"22120763","follow_request_sent":null,"following":null,"geo_enabled":false,"profile_background_tile":false,"description":"User Experience Architect","created_at":"Fri Feb 27 08:17:45 +0000 2009","profile_link_color":"0084B4","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/5796357\/jez5.jpg","favourites_count":1,"profile_sidebar_border_color":"BDDCAD","id":22120763,"listed_count":57,"time_zone":"Abu Dhabi","profile_use_background_image":true,"default_profile":false,"lang":"en","verified":false,"profile_background_color":"9AE4E8"},"id":9837136,"following":false,"member_count":341},{"mode":"public","description":"","subscriber_count":3,"uri":"\/ninadoran\/tech","slug":"tech","id_str":"1535317","full_name":"@ninadoran\/tech","name":"tech","user":{"profile_background_image_url":"http:\/\/a3.twimg.com\/profile_background_images\/49575675\/mqpro_glowwavesgreen.br.jpg","friends_count":0,"protected":true,"profile_image_url":"http:\/\/a3.twimg.com\/profile_images\/722888846\/Picture_005_normal.jpg","is_translator":false,"default_profile":false,"location":"","name":"nina doran","follow_request_sent":null,"profile_text_color":"333333","screen_name":"ninadoran","notifications":null,"profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/49575675\/mqpro_glowwavesgreen.br.jpg","utc_offset":-18000,"profile_sidebar_fill_color":"acde8c","followers_count":166,"url":"http:\/\/books4israel.blogspot.com","id_str":"19162023","show_all_inline_media":false,"contributors_enabled":false,"following":null,"geo_enabled":false,"profile_background_tile":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/722888846\/Picture_005_normal.jpg","description":"","created_at":"Sun Jan 18 23:17:15 +0000 2009","listed_count":9,"profile_link_color":"356e11","statuses_count":908,"favourites_count":102,"profile_sidebar_border_color":"356e11","id":19162023,"time_zone":"Eastern Time (US & Canada)","profile_use_background_image":true,"default_profile_image":false,"lang":"en","verified":false,"profile_background_color":"88b16e"},"id":1535317,"following":false,"member_count":62},{"mode":"public","description":"","subscriber_count":4,"uri":"\/ninadoran\/historical-motherland","slug":"historical-motherland","id_str":"2434239","full_name":"@ninadoran\/historical-motherland","name":"historical motherland","user":{"profile_background_image_url":"http:\/\/a3.twimg.com\/profile_background_images\/49575675\/mqpro_glowwavesgreen.br.jpg","friends_count":0,"protected":true,"profile_image_url":"http:\/\/a3.twimg.com\/profile_images\/722888846\/Picture_005_normal.jpg","is_translator":false,"default_profile":false,"location":"","name":"nina doran","follow_request_sent":null,"profile_text_color":"333333","screen_name":"ninadoran","notifications":null,"profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/49575675\/mqpro_glowwavesgreen.br.jpg","utc_offset":-18000,"profile_sidebar_fill_color":"acde8c","followers_count":166,"url":"http:\/\/books4israel.blogspot.com","id_str":"19162023","show_all_inline_media":false,"contributors_enabled":false,"following":null,"geo_enabled":false,"profile_background_tile":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/722888846\/Picture_005_normal.jpg","description":"","created_at":"Sun Jan 18 23:17:15 +0000 2009","listed_count":9,"profile_link_color":"356e11","statuses_count":908,"favourites_count":102,"profile_sidebar_border_color":"356e11","id":19162023,"time_zone":"Eastern Time (US & Canada)","profile_use_background_image":true,"default_profile_image":false,"lang":"en","verified":false,"profile_background_color":"88b16e"},"id":2434239,"following":false,"member_count":60},{"mode":"public","description":"","subscriber_count":4,"uri":"\/gilgul\/visualization","slug":"visualization","id_str":"1913990","full_name":"@gilgul\/visualization","name":"visualization","user":{"profile_background_image_url":"http:\/\/a2.twimg.com\/profile_background_images\/57062501\/xe4f614237338ce4f318d359ca1cf33d.png","friends_count":570,"protected":false,"profile_image_url":"http:\/\/a1.twimg.com\/profile_images\/823159942\/twitterProfilePhoto_normal.jpg","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/823159942\/twitterProfilePhoto_normal.jpg","location":"NYC","name":"Gilad Lotan","contributors_enabled":false,"statuses_count":1958,"profile_text_color":"CDB380","screen_name":"gilgul","show_all_inline_media":true,"notifications":null,"utc_offset":12600,"profile_sidebar_fill_color":"033649","followers_count":1541,"url":"http:\/\/giladlotan.com\/blog","id_str":"3183721","follow_request_sent":null,"following":null,"geo_enabled":true,"profile_background_tile":true,"description":"VP of Research & Development @socialflow at @betaworks NYC. Data Visualization geek and @globalvoices author","created_at":"Mon Apr 02 05:26:52 +0000 2007","profile_link_color":"036564","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/57062501\/xe4f614237338ce4f318d359ca1cf33d.png","favourites_count":148,"profile_sidebar_border_color":"031634","id":3183721,"listed_count":146,"time_zone":"Tehran","profile_use_background_image":true,"default_profile":false,"lang":"en","verified":false,"profile_background_color":"E8DDCB"},"id":1913990,"following":false,"member_count":68},{"mode":"public","description":"","subscriber_count":2,"uri":"\/gotgenes\/pythonistas","slug":"pythonistas","id_str":"2477870","full_name":"@gotgenes\/pythonistas","name":"pythonistas","user":{"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/37868448\/gotgenes-header-gradient.png","friends_count":252,"protected":false,"profile_image_url":"http:\/\/a1.twimg.com\/profile_images\/791993862\/cdl_headshot_normal.png","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/791993862\/cdl_headshot_normal.png","location":"Blacksburg, VA","name":"Chris Lasher","contributors_enabled":false,"statuses_count":4439,"profile_text_color":"000000","screen_name":"gotgenes","show_all_inline_media":false,"notifications":null,"utc_offset":-18000,"profile_sidebar_fill_color":"FFFFFF","followers_count":437,"url":"http:\/\/gotgenes.com\/","id_str":"7144102","follow_request_sent":null,"following":null,"geo_enabled":false,"profile_background_tile":false,"description":"Computational biology grad student at VT, music lover, human being.","created_at":"Fri Jun 29 03:17:42 +0000 2007","profile_link_color":"0000ff","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/37868448\/gotgenes-header-gradient.png","favourites_count":106,"profile_sidebar_border_color":"D0D0D0","id":7144102,"listed_count":42,"time_zone":"Eastern Time (US & Canada)","profile_use_background_image":true,"default_profile":false,"lang":"en","verified":false,"profile_background_color":"FFFFFF"},"id":2477870,"following":false,"member_count":42},{"mode":"public","description":"The world of Django","subscriber_count":2,"uri":"\/atlasStrategic\/django","slug":"django","id_str":"3785493","full_name":"@atlasStrategic\/django","name":"Django","user":{"profile_background_image_url":"http:\/\/a1.twimg.com\/images\/themes\/theme6\/bg.gif","friends_count":61,"protected":false,"profile_image_url":"http:\/\/a1.twimg.com\/profile_images\/946473487\/n550141211_8719_normal.jpg","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/946473487\/n550141211_8719_normal.jpg","location":"South Africa","name":"David de Wet","contributors_enabled":false,"statuses_count":201,"profile_text_color":"333333","screen_name":"atlasStrategic","show_all_inline_media":false,"notifications":null,"utc_offset":7200,"profile_sidebar_fill_color":"A0C5C7","followers_count":42,"url":"http:\/\/www.flickr.com\/photos\/atlas-strategic","id_str":"28526727","follow_request_sent":null,"following":null,"geo_enabled":false,"profile_background_tile":false,"description":"Python web developer, Holga photographer, music and movie addict.","created_at":"Fri Apr 03 08:14:33 +0000 2009","profile_link_color":"FF3300","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme6\/bg.gif","favourites_count":13,"profile_sidebar_border_color":"86A4A6","id":28526727,"listed_count":0,"time_zone":"Pretoria","profile_use_background_image":true,"default_profile":false,"lang":"en","verified":false,"profile_background_color":"709397"},"id":3785493,"following":false,"member_count":62},{"mode":"public","description":"Visit http:\/\/twibes.com\/group\/Django to join the Django Twitter group.","subscriber_count":14,"uri":"\/httpdss\/django-twibe","slug":"django-twibe","id_str":"6027052","full_name":"@httpdss\/django-twibe","name":"Django-twibe","user":{"profile_background_image_url":"http:\/\/a1.twimg.com\/profile_background_images\/2513940\/patt_main_back.gif","friends_count":474,"protected":false,"profile_image_url":"http:\/\/a3.twimg.com\/profile_images\/1346384468\/cartoonme_normal.png","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1346384468\/cartoonme_normal.png","location":"iPhone: -34.857105,-55.016537","name":"httpdss","contributors_enabled":false,"statuses_count":668,"profile_text_color":"000000","screen_name":"httpdss","show_all_inline_media":false,"notifications":null,"utc_offset":-10800,"profile_sidebar_fill_color":"e0ff92","followers_count":171,"url":"http:\/\/kenny.belitzky.com","id_str":"14730168","follow_request_sent":null,"following":null,"geo_enabled":false,"profile_background_tile":true,"description":"consultor, scrum master & python developer","created_at":"Sun May 11 02:33:50 +0000 2008","profile_link_color":"212173","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/2513940\/patt_main_back.gif","favourites_count":11,"profile_sidebar_border_color":"87bc44","id":14730168,"listed_count":11,"time_zone":"Brasilia","profile_use_background_image":true,"default_profile":false,"lang":"en","verified":false,"profile_background_color":"000000"},"id":6027052,"following":false,"member_count":206},{"mode":"public","description":"","subscriber_count":0,"uri":"\/x13ar\/python","slug":"python","id_str":"500248","full_name":"@x13ar\/python","name":"python","user":{"profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","friends_count":225,"protected":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/238327176\/uglydog2_normal.jpg","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/238327176\/uglydog2_normal.jpg","location":"Argentina","name":"Cartucho","contributors_enabled":false,"statuses_count":1244,"profile_text_color":"333333","screen_name":"x13ar","show_all_inline_media":false,"notifications":null,"utc_offset":-10800,"profile_sidebar_fill_color":"DDEEF6","followers_count":210,"url":null,"id_str":"19452626","follow_request_sent":null,"following":null,"geo_enabled":false,"profile_background_tile":false,"description":"I'm an ugly dog interested in web design, web security, python, django, mootools, jquery, data visualization, web usability and UX. I hate PHP by the way.","created_at":"Sat Jan 24 16:39:57 +0000 2009","profile_link_color":"0084B4","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","favourites_count":145,"profile_sidebar_border_color":"C0DEED","id":19452626,"listed_count":13,"time_zone":"Buenos Aires","profile_use_background_image":true,"default_profile":true,"lang":"en","verified":false,"profile_background_color":"C0DEED"},"id":500248,"following":false,"member_count":8},{"mode":"public","description":"","subscriber_count":0,"uri":"\/x13ar\/django","slug":"django","id_str":"499713","full_name":"@x13ar\/django","name":"django","user":{"profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","friends_count":225,"protected":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/238327176\/uglydog2_normal.jpg","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/238327176\/uglydog2_normal.jpg","location":"Argentina","name":"Cartucho","contributors_enabled":false,"statuses_count":1244,"profile_text_color":"333333","screen_name":"x13ar","show_all_inline_media":false,"notifications":null,"utc_offset":-10800,"profile_sidebar_fill_color":"DDEEF6","followers_count":210,"url":null,"id_str":"19452626","follow_request_sent":null,"following":null,"geo_enabled":false,"profile_background_tile":false,"description":"I'm an ugly dog interested in web design, web security, python, django, mootools, jquery, data visualization, web usability and UX. I hate PHP by the way.","created_at":"Sat Jan 24 16:39:57 +0000 2009","profile_link_color":"0084B4","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","favourites_count":145,"profile_sidebar_border_color":"C0DEED","id":19452626,"listed_count":13,"time_zone":"Buenos Aires","profile_use_background_image":true,"default_profile":true,"lang":"en","verified":false,"profile_background_color":"C0DEED"},"id":499713,"following":false,"member_count":13},{"mode":"public","description":"","subscriber_count":13,"uri":"\/Cogiboo\/israelia","slug":"israelia","id_str":"3631364","full_name":"@Cogiboo\/israelia","name":"Israelia","user":{"default_profile_image":false,"profile_background_image_url":"http:\/\/a1.twimg.com\/images\/themes\/theme9\/bg.gif","protected":false,"profile_image_url":"http:\/\/a3.twimg.com\/profile_images\/551803239\/profile_pic_normal.jpg","friends_count":590,"location":null,"name":"Dena Lerner","is_translator":false,"profile_text_color":"666666","screen_name":"Cogiboo","follow_request_sent":false,"notifications":false,"utc_offset":null,"profile_sidebar_fill_color":"252429","followers_count":368,"url":null,"id_str":"87808524","following":false,"profile_background_tile":false,"profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme9\/bg.gif","description":null,"show_all_inline_media":false,"contributors_enabled":false,"geo_enabled":false,"created_at":"Thu Nov 05 23:02:30 +0000 2009","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/551803239\/profile_pic_normal.jpg","profile_link_color":"2FC2EF","listed_count":20,"favourites_count":2,"profile_sidebar_border_color":"181A1E","id":87808524,"statuses_count":1125,"time_zone":null,"default_profile":false,"profile_use_background_image":true,"lang":"en","verified":false,"profile_background_color":"1A1B1F"},"id":3631364,"following":false,"member_count":236},{"mode":"public","description":"","subscriber_count":0,"uri":"\/jbergantine\/django-python","slug":"django-python","id_str":"4345017","full_name":"@jbergantine\/django-python","name":"django\/python","user":{"follow_request_sent":false,"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/3276794\/20081015.jpg","protected":false,"profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/573706259\/joe1_normal.jpg","location":"Bozeman, MT","name":"Joe Bergantine","default_profile":false,"show_all_inline_media":false,"geo_enabled":true,"profile_text_color":"000000","screen_name":"jbergantine","notifications":false,"utc_offset":-28800,"profile_sidebar_fill_color":"E9E9E9","followers_count":356,"url":"http:\/\/joebergantine.com","id_str":"12920172","listed_count":27,"following":false,"profile_background_tile":false,"description":"Interactive Producer. Technologist. Web Designer. Django Developer. Cyclist. Skier. Traveler. Photoblogger at http:\/\/72ppi.us.","statuses_count":3399,"created_at":"Thu Jan 31 21:52:08 +0000 2008","profile_link_color":"2aacf8","favourites_count":696,"friends_count":395,"profile_sidebar_border_color":"cad1d3","id":12920172,"default_profile_image":false,"profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/3276794\/20081015.jpg","time_zone":"Pacific Time (US & Canada)","contributors_enabled":false,"profile_use_background_image":true,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/573706259\/joe1_normal.jpg","is_translator":false,"lang":"en","verified":false,"profile_background_color":"efefef"},"id":4345017,"following":false,"member_count":68},{"mode":"public","description":"This Week Top 5","subscriber_count":4,"uri":"\/IsraelHayom\/this-week-top-5","slug":"this-week-top-5","id_str":"1578780","full_name":"@IsraelHayom\/this-week-top-5","name":"This Week Top 5","user":{"profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","friends_count":1817,"protected":false,"profile_image_url":"http:\/\/a1.twimg.com\/profile_images\/546529231\/logo1_normal.jpg","is_translator":false,"default_profile_image":false,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/546529231\/logo1_normal.jpg","location":"israel","name":"\u05d9\u05e9\u05e8\u05d0\u05dc \u05d4\u05d9\u05d5\u05dd - Israel","contributors_enabled":false,"statuses_count":2102,"profile_text_color":"333333","screen_name":"IsraelHayom","show_all_inline_media":false,"notifications":null,"utc_offset":7200,"profile_sidebar_fill_color":"ffffff","followers_count":2648,"url":"http:\/\/www.israelhayom.co.il\/","id_str":"33607123","follow_request_sent":null,"following":null,"geo_enabled":false,"profile_background_tile":false,"description":"\u05d9\u05e9\u05e8\u05d0\u05dc \u05d4\u05d9\u05d5\u05dd \u05d4\u05d5\u05d0 \u05d7\u05d9\u05e0\u05de\u05d5\u05df \u05d9\u05d5\u05de\u05d9 \u05d1\u05d1\u05e2\u05dc\u05d5\u05ea\u05d5 \u05e9\u05dc \u05e9\u05dc\u05d3\u05d5\u05df \u05d0\u05d3\u05dc\u05e1\u05d5\u05df \u05de\u05e6\u05d9\u05e2 \u05e2\u05d9\u05ea\u05d5\u05df \u05d5\u05de\u05d5\u05e1\u05e4\u05d9 \u05e4\u05e0\u05d0\u05d9, \u05e1\u05e4\u05d5\u05e8\u05d8 \u05d5\u05e6\u05e8\u05db\u05e0\u05d5\u05ea","created_at":"Mon Apr 20 18:18:17 +0000 2009","profile_link_color":"0084B4","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","favourites_count":24,"profile_sidebar_border_color":"E40A22","id":33607123,"listed_count":131,"time_zone":"Jerusalem","profile_use_background_image":false,"default_profile":false,"lang":"en","verified":false,"profile_background_color":"E40A22"},"id":1578780,"following":false,"member_count":5},{"mode":"public","description":"People involved with python","subscriber_count":4,"uri":"\/elpargo\/python","slug":"python","id_str":"6858820","full_name":"@elpargo\/python","name":"python","user":{"profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","friends_count":454,"protected":false,"profile_image_url":"http:\/\/a1.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","is_translator":false,"default_profile_image":true,"profile_image_url_https":"https:\/\/si0.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","location":"18.473702,-69.921383","name":"Jorge Vargas","contributors_enabled":false,"statuses_count":13878,"profile_text_color":"333333","screen_name":"elpargo","show_all_inline_media":false,"notifications":null,"utc_offset":-14400,"profile_sidebar_fill_color":"DDEEF6","followers_count":533,"url":"http:\/\/www.maetico.com","id_str":"14436641","follow_request_sent":null,"following":null,"geo_enabled":true,"profile_background_tile":false,"description":"Programmer, Pythonist, TurboGearer, Tico, Fiestero, and other complicated to describe things","created_at":"Fri Apr 18 19:33:56 +0000 2008","profile_link_color":"0084B4","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","favourites_count":536,"profile_sidebar_border_color":"C0DEED","id":14436641,"listed_count":34,"time_zone":"La Paz","profile_use_background_image":true,"default_profile":true,"lang":"en","verified":false,"profile_background_color":"C0DEED"},"id":6858820,"following":false,"member_count":133},{"mode":"public","description":"A list of some of the best and brightest usability professionals around.","subscriber_count":42,"uri":"\/nathanziarek\/user-experience-ia-ixd","slug":"user-experience-ia-ixd","id_str":"6674186","full_name":"@nathanziarek\/user-experience-ia-ixd","name":"User Experience IA-IxD","user":{"profile_background_image_url":"http:\/\/a2.twimg.com\/profile_background_images\/3405646\/Untitled-1.png","friends_count":1103,"protected":false,"profile_image_url":"http:\/\/a1.twimg.com\/profile_images\/491905380\/IMG_3344_normal.JPG","default_profile_image":false,"show_all_inline_media":false,"geo_enabled":true,"location":"Milwaukee, Wisconsin","name":"Nathan Ziarek","profile_text_color":"1B2F50","screen_name":"nathanziarek","is_translator":false,"notifications":false,"profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/3405646\/Untitled-1.png","utc_offset":-21600,"profile_sidebar_fill_color":"d5deeb","followers_count":751,"url":"http:\/\/linkedin.com\/in\/nathanziarek","id_str":"12267172","follow_request_sent":false,"contributors_enabled":false,"statuses_count":4191,"following":false,"profile_background_tile":true,"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/491905380\/IMG_3344_normal.JPG","description":"Husband | Senior Web Analyst | Usability Nut | Wireframer | Information Architect | Marquette Alum | Web Guy | Serial Cereal Consumer | Utile et Dulce","created_at":"Tue Jan 15 12:24:07 +0000 2008","default_profile":false,"profile_link_color":"505968","favourites_count":8,"profile_sidebar_border_color":"1B2F50","id":12267172,"listed_count":78,"time_zone":"Central Time (US & Canada)","profile_use_background_image":true,"lang":"en","verified":false,"profile_background_color":"352726"},"id":6674186,"following":false,"member_count":493},{"mode":"public","description":"","subscriber_count":19,"uri":"\/MeshugAvi\/tribe","slug":"tribe","id_str":"767004","full_name":"@MeshugAvi\/tribe","name":"Tribe","user":{"listed_count":272,"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/98019540\/twitter-background-tmwl.jpg","protected":false,"profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/1239915632\/Avi_Kaplan_-_Event_-_small_normal.jpg","statuses_count":5837,"location":"Washington D.C.","name":"Avi Kaplan","profile_text_color":"000000","screen_name":"MeshugAvi","default_profile":false,"notifications":false,"utc_offset":-18000,"friends_count":2487,"profile_sidebar_fill_color":"58a8ee","followers_count":4201,"url":"http:\/\/avisamkaplan.com","id_str":"10107462","default_profile_image":false,"following":false,"profile_background_tile":true,"profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/98019540\/twitter-background-tmwl.jpg","description":"I'm into social change, philanthropy, marketing, mental health, & careers with impact.","contributors_enabled":false,"created_at":"Fri Nov 09 19:20:32 +0000 2007","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1239915632\/Avi_Kaplan_-_Event_-_small_normal.jpg","is_translator":false,"profile_link_color":"b22715","follow_request_sent":false,"favourites_count":559,"profile_sidebar_border_color":"58a8ee","id":10107462,"time_zone":"Eastern Time (US & Canada)","show_all_inline_media":false,"geo_enabled":false,"profile_use_background_image":false,"lang":"en","verified":false,"profile_background_color":"a3c56f"},"id":767004,"following":false,"member_count":425},,], "next_cursor":1323450501606108737, "previous_cursor":-1336793163744475153, "next_cursor_str":"1323450501606108737", "previous_cursor_str":"-1336793163744475153"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment