Question List
API endpoint that allows Questions to be viewed or edited.
POST
{
"question": "Title Here",
"tags": [{"tag":{"id":20}}, {"tag":{"id":25}}],
"choices": [{"text":"Choice1"}, {"text":"Choice2"}, {"text":"Choice3"}],
"collections": [{"parent":{"id":X}}],
"description": "More Info Here",
"ogImage": null,
"group": 39,
"geo": 12,
"links": [{"link":"http://google.com", "title":"google"}] #title is optional
}
Searching and filtering
to find questions asked by molly, answered by chozabu, sorted by date of chozabs answer
http://localhost:8000/api/questions/?ordering=-votes__created_at&votes__user__username=chozabu&user__username=molly_bishop1
to find questions with keyword represent, in order of vote count
http://localhost:8000/api/questions/?ordering=-direct_vote_count&search=represent
A shortcut to find answers by a user, and avoid dupe results is answered_by
- which takes a user id
http://localhost:8000/api/questions/?answered_by=1
to find questions with any word in question text:
http://localhost:8000/api/questions/?exact_question=word
Extra info on filtering questions in relation to groups:
group=6 # will get active questions in group 6 (represent)
in_group_all=6 # will get all questions in group 6, active or not
in_group_disabled=6 # will only get disabled questions in group 6
count
checkout count to get just the number of questions matching a query
nearby
check out nearby to get questions from district | region | country
Personal History
check out my_history to get questions in the order you answered them, this should
be equivalent to /api/questions/?ordering=-votes__created_at&votes__user__username=YOUR_ID
in detail view:
check out friends_answers to get friends answers
GET /api/questions/?in_collections__parent=122
https://api.represent.me/api/questions/?in_collections__parent=122&page=2", "previous": null, "next_id": 2, "previous_id": null, "results": [ { "id": 3580, "url": "https://api.represent.me/api/questions/3580/", "question": "Give the National Assembly for Wales more powers", "slug": "give-the-national-assembly-for-wales-more-powers", "my_vote": [], "user": { "id": 4680, "username": "kcorrick", "first_name": "Kathryn", "last_name": "Corrick", "url": "https://api.represent.me/api/users/4680/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/profile_pic_4680_R4815ev.jpg", "age": 45, "latest_compare": [], "follow": [], "locations": [ "https://api.represent.me/api/user_geos/761471/", "https://api.represent.me/api/user_geos/761470/", "https://api.represent.me/api/user_geos/761469/", "https://api.represent.me/api/user_geos/761468/", "https://api.represent.me/api/user_geos/761467/", "https://api.represent.me/api/user_geos/761466/" ], "bio": "", "created_at": "2016-01-03T09:29:59Z", "modified_at": "2019-10-31T11:13:03.014276Z", "is_deleted": false, "country": 59, "country_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "region": 45690, "region_info": { "id": 45690, "ID": "GBR_REGION_ENG", "name": "England", "m_type": "region", "location": { "type": "Point", "coordinates": [ -1.4587100703941027, 52.59501517841384 ] }, "members_count": 7893, "question_count": 13, "created_at": "2017-03-17T16:31:15.805339Z", "type_description": "Constituent Country", "parent": 59, "parent_url": "https://api.represent.me/api/simple_geos/59/", "politicians": [], "modified_at": "2019-12-08T11:21:34.879653Z" }, "last_answer_time": "2019-06-06T16:17:08.901183Z", "politician": null, "politician_info": null, "is_email_verified": true, "is_admin_verified": true, "is_facebook_verified": true, "is_google_verified": false, "is_twitter_verified": false, "is_linkedin_verified": false, "is_stripe_verified": false, "verification_count": 3, "verification_score": 100, "count_questions": 191, "count_votes": 934, "count_question_votes": 822, "count_friends": 47, "count_comment_votes": 43, "count_choice_votes": 112, "count_group_memberships": 18, "count_following_tags": 14, "count_comments": 47, "count_following_users": 227, "count_followers": 32, "karma": 2 }, "tags": [ { "id": 8729, "tag": { "id": 239, "text": "devolution", "followers_count": 11, "questions_count": 9, "votes_count": 10162 }, "created_at": "2017-05-16T11:24:11.574456Z", "modified_at": "2017-05-16T11:24:11.574838Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8728, "tag": { "id": 195, "text": "government", "followers_count": 40, "questions_count": 67, "votes_count": 36826 }, "created_at": "2017-05-16T11:24:11.559581Z", "modified_at": "2017-05-16T11:24:11.559947Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8727, "tag": { "id": 745, "text": "wales", "followers_count": 0, "questions_count": 21, "votes_count": 16694 }, "created_at": "2017-05-16T11:24:11.543640Z", "modified_at": "2017-05-16T11:24:11.543975Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8726, "tag": { "id": 803, "text": "ge2017", "followers_count": 1, "questions_count": 136, "votes_count": 175342 }, "created_at": "2017-05-16T11:24:11.528585Z", "modified_at": "2017-05-16T11:24:11.528910Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8725, "tag": { "id": 65, "text": "democracy", "followers_count": 626, "questions_count": 140, "votes_count": 90583 }, "created_at": "2017-05-16T11:24:11.512824Z", "modified_at": "2017-05-16T11:24:11.513177Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 } ], "choices": [], "description": "The National Assembly has the right to pass laws (known as Assembly Acts), but only in areas where those powers have been expressly conferred, these include health and education. From 2019 it will have the power to vary income tax and the amount it can borrow capital spending will double to £1bn.", "perodic_repeat_interval": null, "ogImage": null, "subtype": "likert", "topic": null, "topic_info": null, "group": null, "geo": 20977, "geo_info": { "id": 20977, "ID": "E1", "name": "Europe", "m_type": "country", "location": { "type": "Point", "coordinates": [ 8.542895397135718, 50.13662306127327 ] }, "members_count": 9519, "question_count": 186, "created_at": "2016-11-18T11:48:43Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.798864Z" }, "group_url": null, "geo_url": "https://api.represent.me/api/geos/20977/", "links": [ { "id": 440, "url": "https://api.represent.me/api/question_links/440/", "link": "https://en.wikipedia.org/wiki/National_Assembly_for_Wales", "desc": "", "thumbnailUrl": null, "title": "https://en.wikipedia.org/wiki/National_Assembly_for_Wales" }, { "id": 439, "url": "https://api.represent.me/api/question_links/439/", "link": "http://www.assembly.wales/en/abthome/role-of-assembly-how-it-works/Pages/governance-of-wales.aspx", "desc": "", "thumbnailUrl": null, "title": "http://www.assembly.wales/en/abthome/role-of-assembly-how-it-works/Pages/governance-of-wales.aspx" } ], "start_at": null, "end_at": null, "publish": true, "count_comments": 0, "count_comments_suggestion": 0, "count_comments_reason": 0, "count_comments_info": 0, "group_name": null, "their_vote": [], "my_importance": [], "direct_vote_count": 2151, "direct_value": 3.46397024639702, "direct_sum": 998.0, "direct_heat": 107.054597701149, "direct_consensus": 0.550754614257237, "direct_skipped": 0, "direct_minimum": 121, "direct_low": 207, "direct_medium": 787, "direct_high": 625, "direct_maximum": 411, "created_at": "2017-05-16T11:24:11.474575Z", "modified_at": "2019-04-02T16:03:48.305906Z", "liquid_vote_count": 2151, "liquid_value": 3.46397024639702, "liquid_sum": 998.0, "liquid_heat": 107.054597701149, "liquid_consensus": 0.329149232914923, "liquid_skipped": 0, "liquid_minimum": 121, "liquid_low": 207, "liquid_medium": 787, "liquid_high": 625, "liquid_maximum": 411, "polarisation": 0.129640610216665 }, { "id": 284, "url": "https://api.represent.me/api/questions/284/", "question": "Tuition fees should be phased out.", "slug": "tuition-fees-should-be-phased-out", "my_vote": [], "user": { "id": 7, "username": "eddowding", "first_name": "Ed", "last_name": "Dowding", "url": "https://api.represent.me/api/users/7/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/profile_pic_7_kD3OzJV.jpg", "age": 42, "latest_compare": [], "follow": [], "locations": [ "https://api.represent.me/api/user_geos/750852/", "https://api.represent.me/api/user_geos/750851/", "https://api.represent.me/api/user_geos/750850/", "https://api.represent.me/api/user_geos/750849/", "https://api.represent.me/api/user_geos/750848/" ], "bio": "Eventually, everything will be recognised as priceless.", "created_at": "2015-01-31T09:10:43.588000Z", "modified_at": "2019-12-08T11:31:37.209841Z", "is_deleted": false, "country": 59, "country_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "region": 45690, "region_info": { "id": 45690, "ID": "GBR_REGION_ENG", "name": "England", "m_type": "region", "location": { "type": "Point", "coordinates": [ -1.4587100703941027, 52.59501517841384 ] }, "members_count": 7893, "question_count": 13, "created_at": "2017-03-17T16:31:15.805339Z", "type_description": "Constituent Country", "parent": 59, "parent_url": "https://api.represent.me/api/simple_geos/59/", "politicians": [], "modified_at": "2019-12-08T11:21:34.879653Z" }, "last_answer_time": "2019-10-26T20:41:22.076275Z", "politician": null, "politician_info": null, "is_email_verified": true, "is_admin_verified": true, "is_facebook_verified": true, "is_google_verified": true, "is_twitter_verified": true, "is_linkedin_verified": true, "is_stripe_verified": false, "verification_count": 7, "verification_score": 100, "count_questions": 219, "count_votes": 2120, "count_question_votes": 1925, "count_friends": 162, "count_comment_votes": 106, "count_choice_votes": 195, "count_group_memberships": 37, "count_following_tags": 18, "count_comments": 76, "count_following_users": 132, "count_followers": 68, "karma": 120 }, "tags": [ { "id": 7124, "tag": { "id": 769, "text": "important", "followers_count": 0, "questions_count": 1682, "votes_count": 721447 }, "created_at": "2017-01-25T18:46:17.399870Z", "modified_at": "2017-05-04T21:59:19.711187Z", "direct_vote_count": 4, "direct_value": 4.0, "direct_sum": 4.0, "direct_heat": 1.46788990825688, "direct_consensus": 0.25, "direct_skipped": 0, "direct_minimum": 1, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 3 }, { "id": 484, "tag": { "id": 25, "text": "education", "followers_count": 412, "questions_count": 231, "votes_count": 92777 }, "created_at": "2016-03-20T04:29:37.236335Z", "modified_at": "2016-03-29T15:54:50.375258Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.0, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 } ], "choices": [], "description": "", "perodic_repeat_interval": null, "ogImage": null, "subtype": "likert", "topic": 25, "topic_info": { "id": 25, "text": "education", "followers_count": 412, "questions_count": 231, "votes_count": 92777 }, "group": null, "geo": null, "geo_info": null, "group_url": null, "geo_url": null, "links": [], "start_at": null, "end_at": null, "publish": true, "count_comments": 2, "count_comments_suggestion": 0, "count_comments_reason": 2, "count_comments_info": 0, "group_name": null, "their_vote": [], "my_importance": [], "direct_vote_count": 2529, "direct_value": 3.81613285883749, "direct_sum": 2064.0, "direct_heat": 74.010736196319, "direct_consensus": 0.450730247984589, "direct_skipped": 20, "direct_minimum": 186, "direct_low": 334, "direct_medium": 317, "direct_high": 614, "direct_maximum": 1078, "created_at": "2015-02-02T17:10:11.234000Z", "modified_at": "2018-08-19T20:14:01.021324Z", "liquid_vote_count": 2529, "liquid_value": 3.81613285883749, "liquid_sum": 2064.0, "liquid_heat": 74.010736196319, "liquid_consensus": 0.463424278370898, "liquid_skipped": 20, "liquid_minimum": 186, "liquid_low": 334, "liquid_medium": 317, "liquid_high": 614, "liquid_maximum": 1078, "polarisation": 0.140712777358523 }, { "id": 2494, "url": "https://api.represent.me/api/questions/2494/", "question": "Respect the will of the people - we voted to leave", "slug": "respect-the-will-of-the-people-we-voted-to-leave", "my_vote": [], "user": { "id": 7500, "username": "deleted_7500", "first_name": "", "last_name": "[deleted]", "url": "https://api.represent.me/api/users/7500/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/prof_initials_f049bb4f4a244e7c90934ca4acba1932.png", "age": null, "latest_compare": [], "follow": [], "locations": [], "bio": "", "created_at": "2016-11-15T11:01:13Z", "modified_at": "2019-04-15T15:54:26.715302Z", "is_deleted": true, "country": null, "country_info": null, "region": null, "region_info": null, "last_answer_time": "2016-11-27T18:23:45.465549Z", "politician": null, "politician_info": null, "is_email_verified": false, "is_admin_verified": false, "is_facebook_verified": false, "is_google_verified": false, "is_twitter_verified": false, "is_linkedin_verified": false, "is_stripe_verified": false, "verification_count": 0, "verification_score": 35, "count_questions": 68, "count_votes": 110, "count_question_votes": 99, "count_friends": 0, "count_comment_votes": 0, "count_choice_votes": 11, "count_group_memberships": 2, "count_following_tags": 6, "count_comments": 1, "count_following_users": 1, "count_followers": 1, "karma": 0 }, "tags": [ { "id": 7592, "tag": { "id": 769, "text": "important", "followers_count": 0, "questions_count": 1682, "votes_count": 721447 }, "created_at": "2017-02-02T18:42:57.920554Z", "modified_at": "2017-08-22T10:20:15.324937Z", "direct_vote_count": 5, "direct_value": 5.0, "direct_sum": 10.0, "direct_heat": 1.19047619047619, "direct_consensus": 1.0, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 5 }, { "id": 5304, "tag": { "id": 663, "text": "representation", "followers_count": 0, "questions_count": 8, "votes_count": 31477 }, "created_at": "2016-11-25T13:07:04.224642Z", "modified_at": "2016-11-25T13:07:04.224914Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 5306, "tag": { "id": 317, "text": "parliament", "followers_count": 6, "questions_count": 15, "votes_count": 22467 }, "created_at": "2016-11-25T13:07:04.240743Z", "modified_at": "2016-11-25T13:07:04.241010Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 5305, "tag": { "id": 272, "text": "voting", "followers_count": 109, "questions_count": 47, "votes_count": 43206 }, "created_at": "2016-11-25T13:07:04.232509Z", "modified_at": "2016-11-25T13:07:04.232781Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 5574, "tag": { "id": 65, "text": "democracy", "followers_count": 626, "questions_count": 140, "votes_count": 90583 }, "created_at": "2016-11-28T11:38:36.838853Z", "modified_at": "2016-11-28T11:38:36.839159Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 5524, "tag": { "id": 787, "text": "Brexit", "followers_count": 11, "questions_count": 141, "votes_count": 222423 }, "created_at": "2016-11-28T11:35:29.439357Z", "modified_at": "2016-11-28T11:35:29.439658Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 5663, "tag": { "id": 791, "text": "European Union", "followers_count": 6, "questions_count": 80, "votes_count": 158910 }, "created_at": "2016-11-28T12:34:32.408371Z", "modified_at": "2016-11-28T12:34:32.408668Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 } ], "choices": [], "description": "", "perodic_repeat_interval": null, "ogImage": null, "subtype": "likert", "topic": null, "topic_info": null, "group": 111, "geo": null, "geo_info": null, "group_url": "https://api.represent.me/api/groups/111/", "geo_url": null, "links": [], "start_at": null, "end_at": null, "publish": true, "count_comments": 21, "count_comments_suggestion": 2, "count_comments_reason": 16, "count_comments_info": 3, "group_name": "Undivided", "their_vote": [], "my_importance": [], "direct_vote_count": 6227, "direct_value": 3.0276216476634, "direct_sum": 172.0, "direct_heat": 187.03373015873, "direct_consensus": 0.321218080609551, "direct_skipped": 3, "direct_minimum": 1552, "direct_low": 1024, "direct_medium": 1000, "direct_high": 1002, "direct_maximum": 1649, "created_at": "2016-11-25T13:07:04.174033Z", "modified_at": "2019-08-21T05:08:58.060880Z", "liquid_vote_count": 6227, "liquid_value": 3.0276216476634, "liquid_sum": 172.0, "liquid_heat": 187.03373015873, "liquid_consensus": 0.0120443231090413, "liquid_skipped": 3, "liquid_minimum": 1552, "liquid_low": 1024, "liquid_medium": 1000, "liquid_high": 1002, "liquid_maximum": 1649, "polarisation": 0.0523696008350784 }, { "id": 3660, "url": "https://api.represent.me/api/questions/3660/", "question": "The UK's foreign aid budget is legally set at 0.7% of Gross National Income (GNI), about £13.3bn for 2016. Should this...", "slug": "the-uks-foreign-aid-budget-is-legally-set-at-07-of-gross-national-income-gni-about-133bn-for-2016-should-this", "my_vote": [], "user": { "id": 17763, "username": "questionsbyrepresent", "first_name": "Questions", "last_name": "by Represent", "url": "https://api.represent.me/api/users/17763/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/cc7bdcfd-ae42-4c69-b02d-0fb26129820c.png", "age": 45, "latest_compare": [], "follow": [], "locations": [ "https://api.represent.me/api/user_geos/744961/", "https://api.represent.me/api/user_geos/744960/", "https://api.represent.me/api/user_geos/744959/", "https://api.represent.me/api/user_geos/744958/", "https://api.represent.me/api/user_geos/744957/", "https://api.represent.me/api/user_geos/744956/" ], "bio": "", "created_at": "2017-05-22T13:58:29Z", "modified_at": "2019-04-15T15:54:57.227687Z", "is_deleted": false, "country": 59, "country_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "region": 45690, "region_info": { "id": 45690, "ID": "GBR_REGION_ENG", "name": "England", "m_type": "region", "location": { "type": "Point", "coordinates": [ -1.4587100703941027, 52.59501517841384 ] }, "members_count": 7893, "question_count": 13, "created_at": "2017-03-17T16:31:15.805339Z", "type_description": "Constituent Country", "parent": 59, "parent_url": "https://api.represent.me/api/simple_geos/59/", "politicians": [], "modified_at": "2019-12-08T11:21:34.879653Z" }, "last_answer_time": "2017-06-05T16:30:02.921000Z", "politician": null, "politician_info": null, "is_email_verified": true, "is_admin_verified": true, "is_facebook_verified": false, "is_google_verified": false, "is_twitter_verified": false, "is_linkedin_verified": false, "is_stripe_verified": false, "verification_count": 0, "verification_score": 100, "count_questions": 8, "count_votes": 4, "count_question_votes": 1, "count_friends": 0, "count_comment_votes": 0, "count_choice_votes": 3, "count_group_memberships": 1, "count_following_tags": 1, "count_comments": 0, "count_following_users": 2, "count_followers": 0, "karma": 0 }, "tags": [ { "id": 9063, "tag": { "id": 362, "text": "development", "followers_count": 2, "questions_count": 13, "votes_count": 8431 }, "created_at": "2017-05-24T08:10:19.001565Z", "modified_at": "2017-05-24T08:10:19.001920Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 9062, "tag": { "id": 803, "text": "ge2017", "followers_count": 1, "questions_count": 136, "votes_count": 175342 }, "created_at": "2017-05-24T08:10:18.980552Z", "modified_at": "2017-05-24T08:10:18.980873Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 9061, "tag": { "id": 229, "text": "foreign policy", "followers_count": 0, "questions_count": 14, "votes_count": 10854 }, "created_at": "2017-05-24T08:10:18.964704Z", "modified_at": "2017-05-24T08:10:18.965030Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 9060, "tag": { "id": 122, "text": "international aid", "followers_count": 4, "questions_count": 5, "votes_count": 4529 }, "created_at": "2017-05-24T08:10:18.946740Z", "modified_at": "2017-05-24T08:10:18.947090Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 } ], "choices": [ { "id": 1316, "url": "https://api.represent.me/api/question_choices/1316/", "text": "remain at 0.7% GNI", "mongo_number": 1, "direct_vote_count": 835, "direct_value": 5.0, "direct_sum": 1670.0, "direct_heat": 67.6661264181523, "direct_consensus": 1.0, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 835, "created_at": "2017-05-24T08:10:18.905680Z", "modified_at": "2019-01-22T07:25:04.223830Z", "liquid_vote_count": 835, "liquid_value": 5.0, "liquid_sum": 1670.0, "liquid_heat": 67.6661264181523, "liquid_consensus": 1.0, "liquid_skipped": 0, "liquid_minimum": 0, "liquid_low": 0, "liquid_medium": 0, "liquid_high": 0, "liquid_maximum": 835, "polarisation": 0.447213595499958 }, { "id": 1317, "url": "https://api.represent.me/api/question_choices/1317/", "text": "be cut to 0.2% GNI", "mongo_number": 2, "direct_vote_count": 250, "direct_value": 5.0, "direct_sum": 500.0, "direct_heat": 20.259319286872, "direct_consensus": 1.0, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 250, "created_at": "2017-05-24T08:10:18.912140Z", "modified_at": "2019-01-22T07:25:04.239794Z", "liquid_vote_count": 250, "liquid_value": 5.0, "liquid_sum": 500.0, "liquid_heat": 20.259319286872, "liquid_consensus": 1.0, "liquid_skipped": 0, "liquid_minimum": 0, "liquid_low": 0, "liquid_medium": 0, "liquid_high": 0, "liquid_maximum": 250, "polarisation": 0.447213595499958 }, { "id": 1319, "url": "https://api.represent.me/api/question_choices/1319/", "text": "be cut - but I'm not sure by how much", "mongo_number": 4, "direct_vote_count": 287, "direct_value": 5.0, "direct_sum": 574.0, "direct_heat": 23.257698541329, "direct_consensus": 1.0, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 287, "created_at": "2017-05-24T08:10:18.926528Z", "modified_at": "2019-01-22T07:25:04.254296Z", "liquid_vote_count": 287, "liquid_value": 5.0, "liquid_sum": 574.0, "liquid_heat": 23.257698541329, "liquid_consensus": 1.0, "liquid_skipped": 0, "liquid_minimum": 0, "liquid_low": 0, "liquid_medium": 0, "liquid_high": 0, "liquid_maximum": 287, "polarisation": 0.447213595499958 }, { "id": 1315, "url": "https://api.represent.me/api/question_choices/1315/", "text": "be increased from 0.7% to 1% of GNI", "mongo_number": 0, "direct_vote_count": 349, "direct_value": 5.0, "direct_sum": 698.0, "direct_heat": 28.2820097244733, "direct_consensus": 1.0, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 349, "created_at": "2017-05-24T08:10:18.898680Z", "modified_at": "2019-01-22T07:25:04.269470Z", "liquid_vote_count": 349, "liquid_value": 5.0, "liquid_sum": 698.0, "liquid_heat": 28.2820097244733, "liquid_consensus": 1.0, "liquid_skipped": 0, "liquid_minimum": 0, "liquid_low": 0, "liquid_medium": 0, "liquid_high": 0, "liquid_maximum": 349, "polarisation": 0.447213595499958 }, { "id": 1318, "url": "https://api.represent.me/api/question_choices/1318/", "text": "I'm not sure", "mongo_number": 3, "direct_vote_count": 449, "direct_value": 5.0, "direct_sum": 898.0, "direct_heat": 36.385737439222, "direct_consensus": 1.0, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 449, "created_at": "2017-05-24T08:10:18.918220Z", "modified_at": "2019-01-22T07:25:04.285255Z", "liquid_vote_count": 449, "liquid_value": 5.0, "liquid_sum": 898.0, "liquid_heat": 36.385737439222, "liquid_consensus": 1.0, "liquid_skipped": 0, "liquid_minimum": 0, "liquid_low": 0, "liquid_medium": 0, "liquid_high": 0, "liquid_maximum": 449, "polarisation": 0.447213595499958 }, { "id": 1320, "url": "https://api.represent.me/api/question_choices/1320/", "text": "be increased - but I'm not sure by how much", "mongo_number": 5, "direct_vote_count": 212, "direct_value": 5.0, "direct_sum": 424.0, "direct_heat": 17.1799027552674, "direct_consensus": 1.0, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 212, "created_at": "2017-05-24T08:10:18.934095Z", "modified_at": "2019-01-22T07:25:04.299638Z", "liquid_vote_count": 212, "liquid_value": 5.0, "liquid_sum": 424.0, "liquid_heat": 17.1799027552674, "liquid_consensus": 1.0, "liquid_skipped": 0, "liquid_minimum": 0, "liquid_low": 0, "liquid_medium": 0, "liquid_high": 0, "liquid_maximum": 212, "polarisation": 0.447213595499958 } ], "description": "The 0.7% target has been set by the UN. In 2015, 37% of UK overseas development assistance was delivered via international organisations and 63% was spent as bilateral aid sent directly to the countries concerned. The top five country recipients of UK aid in 2015 were Pakistan, Ethiopia, Afghanistan, Nigeria and Syria. \r\nThe UK was one of only eight countries that hit the target of 0.7% of GNI in 2016.", "perodic_repeat_interval": null, "ogImage": null, "subtype": "mcq", "topic": null, "topic_info": null, "group": null, "geo": 59, "geo_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "group_url": null, "geo_url": "https://api.represent.me/api/geos/59/", "links": [ { "id": 486, "url": "https://api.represent.me/api/question_links/486/", "link": "http://www.bbc.co.uk/news/uk-politics-39658907", "desc": "", "thumbnailUrl": null, "title": "http://www.bbc.co.uk/news/uk-politics-39658907" } ], "start_at": null, "end_at": null, "publish": true, "count_comments": 0, "count_comments_suggestion": 0, "count_comments_reason": 0, "count_comments_info": 0, "group_name": null, "their_vote": [], "my_importance": [], "direct_vote_count": 2382, "direct_value": 0.0, "direct_sum": 4764.0, "direct_heat": 77.2123176661264, "direct_consensus": 0.350545759865659, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0, "created_at": "2017-05-24T08:10:18.854960Z", "modified_at": "2019-01-22T07:25:04.314611Z", "liquid_vote_count": 2382, "liquid_value": 0.0, "liquid_sum": 4764.0, "liquid_heat": 77.2123176661264, "liquid_consensus": 0.350545759865659, "liquid_skipped": 0, "liquid_minimum": 0, "liquid_low": 0, "liquid_medium": 0, "liquid_high": 0, "liquid_maximum": 0, "polarisation": 0.0 }, { "id": 2873, "url": "https://api.represent.me/api/questions/2873/", "question": "Maintain the Common Travel Area between the UK and Ireland", "slug": "maintain-the-common-travel-area-between-the-uk-and-ireland", "my_vote": [], "user": { "id": 4680, "username": "kcorrick", "first_name": "Kathryn", "last_name": "Corrick", "url": "https://api.represent.me/api/users/4680/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/profile_pic_4680_R4815ev.jpg", "age": 45, "latest_compare": [], "follow": [], "locations": [ "https://api.represent.me/api/user_geos/761471/", "https://api.represent.me/api/user_geos/761470/", "https://api.represent.me/api/user_geos/761469/", "https://api.represent.me/api/user_geos/761468/", "https://api.represent.me/api/user_geos/761467/", "https://api.represent.me/api/user_geos/761466/" ], "bio": "", "created_at": "2016-01-03T09:29:59Z", "modified_at": "2019-10-31T11:13:03.014276Z", "is_deleted": false, "country": 59, "country_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "region": 45690, "region_info": { "id": 45690, "ID": "GBR_REGION_ENG", "name": "England", "m_type": "region", "location": { "type": "Point", "coordinates": [ -1.4587100703941027, 52.59501517841384 ] }, "members_count": 7893, "question_count": 13, "created_at": "2017-03-17T16:31:15.805339Z", "type_description": "Constituent Country", "parent": 59, "parent_url": "https://api.represent.me/api/simple_geos/59/", "politicians": [], "modified_at": "2019-12-08T11:21:34.879653Z" }, "last_answer_time": "2019-06-06T16:17:08.901183Z", "politician": null, "politician_info": null, "is_email_verified": true, "is_admin_verified": true, "is_facebook_verified": true, "is_google_verified": false, "is_twitter_verified": false, "is_linkedin_verified": false, "is_stripe_verified": false, "verification_count": 3, "verification_score": 100, "count_questions": 191, "count_votes": 934, "count_question_votes": 822, "count_friends": 47, "count_comment_votes": 43, "count_choice_votes": 112, "count_group_memberships": 18, "count_following_tags": 14, "count_comments": 47, "count_following_users": 227, "count_followers": 32, "karma": 2 }, "tags": [ { "id": 6711, "tag": { "id": 606, "text": "EUreferendum", "followers_count": 48, "questions_count": 81, "votes_count": 31150 }, "created_at": "2017-01-17T21:58:29.947127Z", "modified_at": "2017-01-17T21:58:29.947409Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 6713, "tag": { "id": 86, "text": "tax", "followers_count": 42, "questions_count": 61, "votes_count": 41710 }, "created_at": "2017-01-17T21:58:29.963141Z", "modified_at": "2017-01-17T21:58:29.963414Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 6714, "tag": { "id": 37, "text": "economy", "followers_count": 519, "questions_count": 138, "votes_count": 102403 }, "created_at": "2017-01-17T21:58:29.970596Z", "modified_at": "2017-01-17T21:58:29.970866Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 6715, "tag": { "id": 788, "text": "ireland", "followers_count": 0, "questions_count": 2, "votes_count": 3765 }, "created_at": "2017-01-17T21:58:29.988017Z", "modified_at": "2017-01-17T21:58:29.988289Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 6716, "tag": { "id": 746, "text": "northern ireland", "followers_count": 0, "questions_count": 5, "votes_count": 6352 }, "created_at": "2017-01-17T21:58:29.995836Z", "modified_at": "2017-01-17T21:58:29.996105Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 6717, "tag": { "id": 787, "text": "Brexit", "followers_count": 11, "questions_count": 141, "votes_count": 222423 }, "created_at": "2017-01-17T21:58:30.005640Z", "modified_at": "2017-01-17T21:58:30.005959Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 7073, "tag": { "id": 769, "text": "important", "followers_count": 0, "questions_count": 1682, "votes_count": 721447 }, "created_at": "2017-01-25T18:19:15.803298Z", "modified_at": "2017-01-25T20:20:18.407183Z", "direct_vote_count": 2, "direct_value": 3.0, "direct_sum": 0.0, "direct_heat": 6.0, "direct_consensus": 0.0, "direct_skipped": 0, "direct_minimum": 1, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 1 } ], "choices": [], "description": "\"The Common Travel Area is an open borders area comprising Ireland, the United Kingdom of Great Britain and Northern Ireland, the Isle of Man, and the Channel Islands. Based on legally non-binding arrangements, the internal borders of the Common Travel Area are subject to minimal or non-existent border controls and can normally be crossed by British and Irish citizens with minimal identity documents, with certain exceptions.\"", "perodic_repeat_interval": null, "ogImage": null, "subtype": "likert", "topic": 787, "topic_info": { "id": 787, "text": "Brexit", "followers_count": 11, "questions_count": 141, "votes_count": 222423 }, "group": null, "geo": 59, "geo_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "group_url": null, "geo_url": "https://api.represent.me/api/geos/59/", "links": [ { "id": 389, "url": "https://api.represent.me/api/question_links/389/", "link": "https://en.wikipedia.org/wiki/Common_Travel_Area", "desc": "", "thumbnailUrl": null, "title": "https://en.wikipedia.org/wiki/Common_Travel_Area" }, { "id": 388, "url": "https://api.represent.me/api/question_links/388/", "link": "http://www.bbc.com/news/uk-northern-ireland-38650350", "desc": "", "thumbnailUrl": null, "title": "http://www.bbc.com/news/uk-northern-ireland-38650350" } ], "start_at": null, "end_at": null, "publish": true, "count_comments": 0, "count_comments_suggestion": 0, "count_comments_reason": 0, "count_comments_info": 0, "group_name": null, "their_vote": [], "my_importance": [], "direct_vote_count": 2268, "direct_value": 4.60846560846561, "direct_sum": 3648.0, "direct_heat": 171.063829787234, "direct_consensus": 0.725338969607047, "direct_skipped": 0, "direct_minimum": 16, "direct_low": 27, "direct_medium": 109, "direct_high": 525, "direct_maximum": 1591, "created_at": "2017-01-17T21:58:29.918814Z", "modified_at": "2018-09-11T09:19:10.709616Z", "liquid_vote_count": 2268, "liquid_value": 4.60846560846561, "liquid_sum": 3648.0, "liquid_heat": 171.063829787234, "liquid_consensus": 0.914021164021164, "liquid_skipped": 0, "liquid_minimum": 16, "liquid_low": 27, "liquid_medium": 109, "liquid_high": 525, "liquid_maximum": 1591, "polarisation": 0.295036413448867 }, { "id": 3405, "url": "https://api.represent.me/api/questions/3405/", "question": "Put conflict resolution and human rights at the heart of foreign policy", "slug": "put-conflict-resolution-and-human-rights-at-the-heart-of-foreign-policy", "my_vote": [], "user": { "id": 881, "username": "jeremy_corbyn", "first_name": "Policies of Jeremy", "last_name": "Corbyn", "url": "https://api.represent.me/api/users/881/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/22374-ljs9t9.jpg", "age": 70, "latest_compare": [], "follow": [], "locations": [ "https://api.represent.me/api/user_geos/741888/", "https://api.represent.me/api/user_geos/741887/", "https://api.represent.me/api/user_geos/741886/", "https://api.represent.me/api/user_geos/741885/", "https://api.represent.me/api/user_geos/741884/", "https://api.represent.me/api/user_geos/741883/" ], "bio": "Jeremy Corbyn isn't on Represent yet. Please tweet @jeremycorbyn to let him know you'd like to learn more of his values and priorities and show him more of yours @representLive. Thank you! \r\n *******\r\n \r\n Because Jeremy isn't yet on Represent we've compiled this profile from his policies, statements and tweets.", "created_at": "2015-08-24T21:22:42Z", "modified_at": "2019-04-15T15:53:02.985731Z", "is_deleted": false, "country": 59, "country_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "region": 45690, "region_info": { "id": 45690, "ID": "GBR_REGION_ENG", "name": "England", "m_type": "region", "location": { "type": "Point", "coordinates": [ -1.4587100703941027, 52.59501517841384 ] }, "members_count": 7893, "question_count": 13, "created_at": "2017-03-17T16:31:15.805339Z", "type_description": "Constituent Country", "parent": 59, "parent_url": "https://api.represent.me/api/simple_geos/59/", "politicians": [], "modified_at": "2019-12-08T11:21:34.879653Z" }, "last_answer_time": "2017-04-22T15:49:11.519805Z", "politician": null, "politician_info": null, "is_email_verified": true, "is_admin_verified": false, "is_facebook_verified": false, "is_google_verified": false, "is_twitter_verified": false, "is_linkedin_verified": false, "is_stripe_verified": false, "verification_count": 1, "verification_score": 59, "count_questions": 31, "count_votes": 78, "count_question_votes": 76, "count_friends": 0, "count_comment_votes": 0, "count_choice_votes": 2, "count_group_memberships": 1, "count_following_tags": 1, "count_comments": 0, "count_following_users": 1, "count_followers": 10, "karma": 0 }, "tags": [ { "id": 8126, "tag": { "id": 329, "text": "labour party", "followers_count": 16, "questions_count": 28, "votes_count": 24290 }, "created_at": "2017-04-22T15:25:11.389089Z", "modified_at": "2017-04-22T15:25:11.389369Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8125, "tag": { "id": 444, "text": "jeremy corbyn", "followers_count": 10, "questions_count": 21, "votes_count": 23858 }, "created_at": "2017-04-22T15:25:11.367700Z", "modified_at": "2017-04-22T15:25:11.367992Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8124, "tag": { "id": 229, "text": "foreign policy", "followers_count": 0, "questions_count": 14, "votes_count": 10854 }, "created_at": "2017-04-22T15:25:11.352980Z", "modified_at": "2017-04-22T15:25:11.353280Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8123, "tag": { "id": 50, "text": "human rights", "followers_count": 104, "questions_count": 40, "votes_count": 33307 }, "created_at": "2017-04-22T15:25:11.336172Z", "modified_at": "2017-04-22T15:25:11.336457Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8122, "tag": { "id": 41, "text": "war", "followers_count": 50, "questions_count": 35, "votes_count": 24943 }, "created_at": "2017-04-22T15:25:11.319946Z", "modified_at": "2017-04-22T15:25:11.320249Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 } ], "choices": [], "description": "", "perodic_repeat_interval": null, "ogImage": null, "subtype": "likert", "topic": null, "topic_info": null, "group": null, "geo": 59, "geo_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "group_url": null, "geo_url": "https://api.represent.me/api/geos/59/", "links": [], "start_at": null, "end_at": null, "publish": true, "count_comments": 0, "count_comments_suggestion": 0, "count_comments_reason": 0, "count_comments_info": 0, "group_name": null, "their_vote": [], "my_importance": [], "direct_vote_count": 2429, "direct_value": 4.23713462330177, "direct_sum": 3005.0, "direct_heat": 176.535162950257, "direct_consensus": 0.622179066213269, "direct_skipped": 0, "direct_minimum": 56, "direct_low": 116, "direct_medium": 227, "direct_high": 827, "direct_maximum": 1203, "created_at": "2017-04-22T15:25:11.265085Z", "modified_at": "2018-11-16T21:33:56.044403Z", "liquid_vote_count": 2429, "liquid_value": 4.23713462330177, "liquid_sum": 3005.0, "liquid_heat": 176.535162950257, "liquid_consensus": 0.764923836969946, "liquid_skipped": 0, "liquid_minimum": 56, "liquid_low": 116, "liquid_medium": 227, "liquid_high": 827, "liquid_maximum": 1203, "polarisation": 0.207817932571523 }, { "id": 2093, "url": "https://api.represent.me/api/questions/2093/", "question": "Trainee nurses should be given bursaries", "slug": "trainee-nurses-should-be-given-bursaries", "my_vote": [], "user": { "id": 308, "username": "ollie_campbell", "first_name": "Oliver", "last_name": "Campbell", "url": "https://api.represent.me/api/users/308/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/8e272d45-45e7-4447-b697-cb8a8ea056d0.png", "age": 42, "latest_compare": [], "follow": [], "locations": [ "https://api.represent.me/api/user_geos/758336/", "https://api.represent.me/api/user_geos/758335/", "https://api.represent.me/api/user_geos/758334/", "https://api.represent.me/api/user_geos/758333/", "https://api.represent.me/api/user_geos/758332/", "https://api.represent.me/api/user_geos/758331/" ], "bio": "", "created_at": "2015-03-25T08:26:47Z", "modified_at": "2019-04-15T15:52:57.834682Z", "is_deleted": false, "country": 59, "country_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "region": 45690, "region_info": { "id": 45690, "ID": "GBR_REGION_ENG", "name": "England", "m_type": "region", "location": { "type": "Point", "coordinates": [ -1.4587100703941027, 52.59501517841384 ] }, "members_count": 7893, "question_count": 13, "created_at": "2017-03-17T16:31:15.805339Z", "type_description": "Constituent Country", "parent": 59, "parent_url": "https://api.represent.me/api/simple_geos/59/", "politicians": [], "modified_at": "2019-12-08T11:21:34.879653Z" }, "last_answer_time": "2018-01-28T10:30:15.845843Z", "politician": null, "politician_info": null, "is_email_verified": true, "is_admin_verified": false, "is_facebook_verified": true, "is_google_verified": false, "is_twitter_verified": true, "is_linkedin_verified": false, "is_stripe_verified": false, "verification_count": 3, "verification_score": 83, "count_questions": 96, "count_votes": 1853, "count_question_votes": 1694, "count_friends": 20, "count_comment_votes": 31, "count_choice_votes": 159, "count_group_memberships": 7, "count_following_tags": 4, "count_comments": 56, "count_following_users": 23, "count_followers": 8, "karma": 63 }, "tags": [ { "id": 8556, "tag": { "id": 769, "text": "important", "followers_count": 0, "questions_count": 1682, "votes_count": 721447 }, "created_at": "2017-05-05T18:44:16.641671Z", "modified_at": "2017-06-04T00:31:19.481096Z", "direct_vote_count": 2, "direct_value": 3.0, "direct_sum": 0.0, "direct_heat": 1.53846153846154, "direct_consensus": 0.0, "direct_skipped": 0, "direct_minimum": 1, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 1 }, { "id": 4111, "tag": { "id": 25, "text": "education", "followers_count": 412, "questions_count": 231, "votes_count": 92777 }, "created_at": "2016-06-24T13:53:54.992399Z", "modified_at": "2016-06-24T13:53:54.992707Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 4110, "tag": { "id": 46, "text": "health", "followers_count": 348, "questions_count": 138, "votes_count": 49196 }, "created_at": "2016-06-24T13:53:54.987183Z", "modified_at": "2016-06-24T13:53:54.987489Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 4108, "tag": { "id": 60, "text": "NHS", "followers_count": 57, "questions_count": 49, "votes_count": 35860 }, "created_at": "2016-06-24T13:53:54.975504Z", "modified_at": "2016-06-24T13:53:54.975832Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 } ], "choices": [], "description": "", "perodic_repeat_interval": null, "ogImage": null, "subtype": "likert", "topic": 25, "topic_info": { "id": 25, "text": "education", "followers_count": 412, "questions_count": 231, "votes_count": 92777 }, "group": null, "geo": null, "geo_info": null, "group_url": null, "geo_url": null, "links": [ { "id": 223, "url": "https://api.represent.me/api/question_links/223/", "link": "http://www.theguardian.com/healthcare-network/2016/feb/23/the-future-of-nursing-bursaries-versus-loans", "desc": "", "thumbnailUrl": null, "title": "http://www.theguardian.com/healthcare-network/2016/feb/23/the-future-of-nursing-bursaries-versus-loans" } ], "start_at": null, "end_at": null, "publish": true, "count_comments": 2, "count_comments_suggestion": 0, "count_comments_reason": 1, "count_comments_info": 1, "group_name": null, "their_vote": [], "my_importance": [], "direct_vote_count": 2306, "direct_value": 4.38638334778838, "direct_sum": 3197.0, "direct_heat": 98.972602739726, "direct_consensus": 0.666848200967498, "direct_skipped": 5, "direct_minimum": 18, "direct_low": 54, "direct_medium": 199, "direct_high": 783, "direct_maximum": 1252, "created_at": "2016-06-24T13:53:54.968460Z", "modified_at": "2019-04-02T16:20:05.086809Z", "liquid_vote_count": 2306, "liquid_value": 4.38638334778838, "liquid_sum": 3197.0, "liquid_heat": 98.972602739726, "liquid_consensus": 0.851257588898526, "liquid_skipped": 5, "liquid_minimum": 18, "liquid_low": 54, "liquid_medium": 199, "liquid_high": 783, "liquid_maximum": 1252, "polarisation": 0.233519014211622 }, { "id": 2507, "url": "https://api.represent.me/api/questions/2507/", "question": "Guarantee the right of all EU citizens already living in the UK to stay", "slug": "guarantee-the-right-of-all-eu-citizens-already-living-in-the-uk-to-stay", "my_vote": [], "user": { "id": 7500, "username": "deleted_7500", "first_name": "", "last_name": "[deleted]", "url": "https://api.represent.me/api/users/7500/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/prof_initials_f049bb4f4a244e7c90934ca4acba1932.png", "age": null, "latest_compare": [], "follow": [], "locations": [], "bio": "", "created_at": "2016-11-15T11:01:13Z", "modified_at": "2019-04-15T15:54:26.715302Z", "is_deleted": true, "country": null, "country_info": null, "region": null, "region_info": null, "last_answer_time": "2016-11-27T18:23:45.465549Z", "politician": null, "politician_info": null, "is_email_verified": false, "is_admin_verified": false, "is_facebook_verified": false, "is_google_verified": false, "is_twitter_verified": false, "is_linkedin_verified": false, "is_stripe_verified": false, "verification_count": 0, "verification_score": 35, "count_questions": 68, "count_votes": 110, "count_question_votes": 99, "count_friends": 0, "count_comment_votes": 0, "count_choice_votes": 11, "count_group_memberships": 2, "count_following_tags": 6, "count_comments": 1, "count_following_users": 1, "count_followers": 1, "karma": 0 }, "tags": [ { "id": 5358, "tag": { "id": 160, "text": "migration", "followers_count": 42, "questions_count": 53, "votes_count": 50105 }, "created_at": "2016-11-25T13:20:07.305417Z", "modified_at": "2016-11-25T13:20:07.305710Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 5359, "tag": { "id": 50, "text": "human rights", "followers_count": 104, "questions_count": 40, "votes_count": 33307 }, "created_at": "2016-11-25T13:20:07.320656Z", "modified_at": "2016-11-25T13:20:07.321037Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 5360, "tag": { "id": 666, "text": "workers-rights", "followers_count": 0, "questions_count": 16, "votes_count": 25669 }, "created_at": "2016-11-25T13:20:07.337216Z", "modified_at": "2016-11-25T13:20:07.337503Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 5619, "tag": { "id": 485, "text": "law", "followers_count": 5, "questions_count": 43, "votes_count": 47418 }, "created_at": "2016-11-28T11:59:05.646900Z", "modified_at": "2016-11-28T11:59:05.647202Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 6759, "tag": { "id": 769, "text": "important", "followers_count": 0, "questions_count": 1682, "votes_count": 721447 }, "created_at": "2017-01-20T16:49:24.374195Z", "modified_at": "2017-03-27T12:22:42.298482Z", "direct_vote_count": 2, "direct_value": 5.0, "direct_sum": 4.0, "direct_heat": 1.33333333333333, "direct_consensus": 1.0, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 2 }, { "id": 5536, "tag": { "id": 787, "text": "Brexit", "followers_count": 11, "questions_count": 141, "votes_count": 222423 }, "created_at": "2016-11-28T11:35:29.524898Z", "modified_at": "2016-11-28T11:35:29.525201Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 5672, "tag": { "id": 791, "text": "European Union", "followers_count": 6, "questions_count": 80, "votes_count": 158910 }, "created_at": "2016-11-28T12:34:32.593103Z", "modified_at": "2016-11-28T12:34:32.593427Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 } ], "choices": [], "description": "", "perodic_repeat_interval": null, "ogImage": null, "subtype": "likert", "topic": null, "topic_info": null, "group": 111, "geo": null, "geo_info": null, "group_url": "https://api.represent.me/api/groups/111/", "geo_url": null, "links": [], "start_at": null, "end_at": null, "publish": true, "count_comments": 3, "count_comments_suggestion": 1, "count_comments_reason": 1, "count_comments_info": 1, "group_name": "Undivided", "their_vote": [], "my_importance": [], "direct_vote_count": 4044, "direct_value": 4.41988130563798, "direct_sum": 5742.0, "direct_heat": 262.466960352423, "direct_consensus": 0.611245879890933, "direct_skipped": 0, "direct_minimum": 152, "direct_low": 159, "direct_medium": 238, "direct_high": 785, "direct_maximum": 2710, "created_at": "2016-11-25T13:20:07.254163Z", "modified_at": "2018-09-27T18:14:03.275611Z", "liquid_vote_count": 4044, "liquid_value": 4.41988130563798, "liquid_sum": 5742.0, "liquid_heat": 262.466960352423, "liquid_consensus": 0.787339268051434, "liquid_skipped": 0, "liquid_minimum": 152, "liquid_low": 159, "liquid_medium": 238, "liquid_high": 785, "liquid_maximum": 2710, "polarisation": 0.270728230261881 }, { "id": 3521, "url": "https://api.represent.me/api/questions/3521/", "question": "Abandon SATs tests in primary schools", "slug": "abandon-sats-tests-in-primary-schools", "my_vote": [], "user": { "id": 4680, "username": "kcorrick", "first_name": "Kathryn", "last_name": "Corrick", "url": "https://api.represent.me/api/users/4680/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/profile_pic_4680_R4815ev.jpg", "age": 45, "latest_compare": [], "follow": [], "locations": [ "https://api.represent.me/api/user_geos/761471/", "https://api.represent.me/api/user_geos/761470/", "https://api.represent.me/api/user_geos/761469/", "https://api.represent.me/api/user_geos/761468/", "https://api.represent.me/api/user_geos/761467/", "https://api.represent.me/api/user_geos/761466/" ], "bio": "", "created_at": "2016-01-03T09:29:59Z", "modified_at": "2019-10-31T11:13:03.014276Z", "is_deleted": false, "country": 59, "country_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "region": 45690, "region_info": { "id": 45690, "ID": "GBR_REGION_ENG", "name": "England", "m_type": "region", "location": { "type": "Point", "coordinates": [ -1.4587100703941027, 52.59501517841384 ] }, "members_count": 7893, "question_count": 13, "created_at": "2017-03-17T16:31:15.805339Z", "type_description": "Constituent Country", "parent": 59, "parent_url": "https://api.represent.me/api/simple_geos/59/", "politicians": [], "modified_at": "2019-12-08T11:21:34.879653Z" }, "last_answer_time": "2019-06-06T16:17:08.901183Z", "politician": null, "politician_info": null, "is_email_verified": true, "is_admin_verified": true, "is_facebook_verified": true, "is_google_verified": false, "is_twitter_verified": false, "is_linkedin_verified": false, "is_stripe_verified": false, "verification_count": 3, "verification_score": 100, "count_questions": 191, "count_votes": 934, "count_question_votes": 822, "count_friends": 47, "count_comment_votes": 43, "count_choice_votes": 112, "count_group_memberships": 18, "count_following_tags": 14, "count_comments": 47, "count_following_users": 227, "count_followers": 32, "karma": 2 }, "tags": [ { "id": 8635, "tag": { "id": 43, "text": "children", "followers_count": 33, "questions_count": 30, "votes_count": 19266 }, "created_at": "2017-05-10T15:37:26.896967Z", "modified_at": "2017-05-10T15:37:26.897276Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8634, "tag": { "id": 803, "text": "ge2017", "followers_count": 1, "questions_count": 136, "votes_count": 175342 }, "created_at": "2017-05-10T15:37:26.888007Z", "modified_at": "2017-05-10T15:37:26.888319Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8633, "tag": { "id": 81, "text": "schools", "followers_count": 20, "questions_count": 66, "votes_count": 19795 }, "created_at": "2017-05-10T15:37:26.879450Z", "modified_at": "2017-05-10T15:37:26.879769Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8632, "tag": { "id": 25, "text": "education", "followers_count": 412, "questions_count": 231, "votes_count": 92777 }, "created_at": "2017-05-10T15:37:26.869626Z", "modified_at": "2017-05-10T15:37:26.869942Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 } ], "choices": [], "description": "", "perodic_repeat_interval": null, "ogImage": null, "subtype": "likert", "topic": null, "topic_info": null, "group": null, "geo": 45690, "geo_info": { "id": 45690, "ID": "GBR_REGION_ENG", "name": "England", "m_type": "region", "location": { "type": "Point", "coordinates": [ -1.4587100703941027, 52.59501517841384 ] }, "members_count": 7893, "question_count": 13, "created_at": "2017-03-17T16:31:15.805339Z", "type_description": "Constituent Country", "parent": 59, "parent_url": "https://api.represent.me/api/simple_geos/59/", "politicians": [], "modified_at": "2019-12-08T11:21:34.879653Z" }, "group_url": null, "geo_url": "https://api.represent.me/api/geos/45690/", "links": [ { "id": 437, "url": "https://api.represent.me/api/question_links/437/", "link": "https://en.wikipedia.org/wiki/National_Curriculum_assessment", "desc": "", "thumbnailUrl": null, "title": "https://en.wikipedia.org/wiki/National_Curriculum_assessment" } ], "start_at": null, "end_at": null, "publish": true, "count_comments": 0, "count_comments_suggestion": 0, "count_comments_reason": 0, "count_comments_info": 0, "group_name": null, "their_vote": [], "my_importance": [], "direct_vote_count": 2224, "direct_value": 3.89838129496403, "direct_sum": 1998.0, "direct_heat": 99.8847926267281, "direct_consensus": 0.511818018606697, "direct_skipped": 0, "direct_minimum": 93, "direct_low": 243, "direct_medium": 395, "direct_high": 559, "direct_maximum": 934, "created_at": "2017-05-10T15:37:26.848171Z", "modified_at": "2019-09-15T22:54:41.267892Z", "liquid_vote_count": 2224, "liquid_value": 3.89838129496403, "liquid_sum": 1998.0, "liquid_heat": 99.8847926267281, "liquid_consensus": 0.52023381294964, "liquid_skipped": 0, "liquid_minimum": 93, "liquid_low": 243, "liquid_medium": 395, "liquid_high": 559, "liquid_maximum": 934, "polarisation": 0.145582943390146 }, { "id": 3614, "url": "https://api.represent.me/api/questions/3614/", "question": "Toughen up requirements for student visas", "slug": "toughen-up-requirements-for-student-visas", "my_vote": [], "user": { "id": 17663, "username": "conservativepartypolicies", "first_name": "Conservative", "last_name": "Party Policies", "url": "https://api.represent.me/api/users/17663/", "photo": "https://s3.eu-central-1.amazonaws.com:443/static.represent.me/images/f50ad4dd-8c9d-42a4-be69-5b6cdfeac8f0.png", "age": 72, "latest_compare": [], "follow": [], "locations": [ "https://api.represent.me/api/user_geos/745152/", "https://api.represent.me/api/user_geos/745151/", "https://api.represent.me/api/user_geos/745150/", "https://api.represent.me/api/user_geos/745149/", "https://api.represent.me/api/user_geos/745148/", "https://api.represent.me/api/user_geos/745147/" ], "bio": "The Conservative Party isn't on Represent yet. These answers are based on policies and communications by the party. Ask the party to join by Tweeting @conservatives.", "created_at": "2017-05-10T17:52:47Z", "modified_at": "2019-04-15T15:54:47.403180Z", "is_deleted": false, "country": 59, "country_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "region": 45690, "region_info": { "id": 45690, "ID": "GBR_REGION_ENG", "name": "England", "m_type": "region", "location": { "type": "Point", "coordinates": [ -1.4587100703941027, 52.59501517841384 ] }, "members_count": 7893, "question_count": 13, "created_at": "2017-03-17T16:31:15.805339Z", "type_description": "Constituent Country", "parent": 59, "parent_url": "https://api.represent.me/api/simple_geos/59/", "politicians": [], "modified_at": "2019-12-08T11:21:34.879653Z" }, "last_answer_time": "2017-06-01T16:16:36.823692Z", "politician": null, "politician_info": null, "is_email_verified": true, "is_admin_verified": false, "is_facebook_verified": false, "is_google_verified": false, "is_twitter_verified": false, "is_linkedin_verified": false, "is_stripe_verified": false, "verification_count": 1, "verification_score": 59, "count_questions": 13, "count_votes": 106, "count_question_votes": 93, "count_friends": 0, "count_comment_votes": 0, "count_choice_votes": 13, "count_group_memberships": 1, "count_following_tags": 1, "count_comments": 0, "count_following_users": 1, "count_followers": 10, "karma": 0 }, "tags": [ { "id": 8875, "tag": { "id": 803, "text": "ge2017", "followers_count": 1, "questions_count": 136, "votes_count": 175342 }, "created_at": "2017-05-18T14:06:19.429408Z", "modified_at": "2017-05-18T14:06:19.429759Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8874, "tag": { "id": 453, "text": "immigration", "followers_count": 36, "questions_count": 65, "votes_count": 53505 }, "created_at": "2017-05-18T14:06:19.411161Z", "modified_at": "2017-05-18T14:06:19.411501Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8873, "tag": { "id": 37, "text": "economy", "followers_count": 519, "questions_count": 138, "votes_count": 102403 }, "created_at": "2017-05-18T14:06:19.386190Z", "modified_at": "2017-05-18T14:06:19.386506Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8872, "tag": { "id": 25, "text": "education", "followers_count": 412, "questions_count": 231, "votes_count": 92777 }, "created_at": "2017-05-18T14:06:19.364377Z", "modified_at": "2017-05-18T14:06:19.364689Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 }, { "id": 8871, "tag": { "id": 82, "text": "student", "followers_count": 48, "questions_count": 17, "votes_count": 10278 }, "created_at": "2017-05-18T14:06:19.345541Z", "modified_at": "2017-05-18T14:06:19.345867Z", "direct_vote_count": 0, "direct_value": 0.0, "direct_sum": 0.0, "direct_heat": 0.0, "direct_consensus": 0.5, "direct_skipped": 0, "direct_minimum": 0, "direct_low": 0, "direct_medium": 0, "direct_high": 0, "direct_maximum": 0 } ], "choices": [], "description": "Currently if you live outside the EU or EEA you can come to study in the UK if have you have been offered a place on a course; can speak, read, write and understand English; have enough money to support yourself and pay for your course; and meet other eligibility requirements.", "perodic_repeat_interval": null, "ogImage": null, "subtype": "likert", "topic": null, "topic_info": null, "group": null, "geo": 59, "geo_info": { "id": 59, "ID": "GBR", "name": "United Kingdom", "m_type": "country", "location": { "type": "Point", "coordinates": [ -2.8869514831036756, 54.14704818919766 ] }, "members_count": 9111, "question_count": 923, "created_at": "2016-03-20T04:26:45.483907Z", "type_description": null, "parent": null, "parent_url": null, "politicians": [], "modified_at": "2019-12-08T11:21:34.848145Z" }, "group_url": null, "geo_url": "https://api.represent.me/api/geos/59/", "links": [ { "id": 464, "url": "https://api.represent.me/api/question_links/464/", "link": "https://www.gov.uk/tier-4-general-visa/eligibility", "desc": "", "thumbnailUrl": null, "title": "https://www.gov.uk/tier-4-general-visa/eligibility" } ], "start_at": null, "end_at": null, "publish": true, "count_comments": 0, "count_comments_suggestion": 0, "count_comments_reason": 0, "count_comments_info": 0, "group_name": null, "their_vote": [], "my_importance": [], "direct_vote_count": 2346, "direct_value": 2.62745098039216, "direct_sum": -874.0, "direct_heat": 99.0996784565916, "direct_consensus": 0.402721361349314, "direct_skipped": 0, "direct_minimum": 610, "direct_low": 651, "direct_medium": 368, "direct_high": 437, "direct_maximum": 280, "created_at": "2017-05-18T14:06:19.293667Z", "modified_at": "2019-01-21T09:17:42.322101Z", "liquid_vote_count": 2346, "liquid_value": 2.62745098039216, "liquid_sum": -874.0, "liquid_heat": 99.0996784565916, "liquid_consensus": 0.231884057971014, "liquid_skipped": 0, "liquid_minimum": 610, "liquid_low": 651, "liquid_medium": 368, "liquid_high": 437, "liquid_maximum": 280, "polarisation": 0.0673806403272855 } ] }{ "count": 122, "next": "