= Getting the top questions for a community = == Request format == {{{ http://api.praized.com/{community_slug}/questions.{format}?page={page number}&per_page={number}&api_key={your api key} }}} == Arguments == page No of the requested page format : unsigned integer per_page Number of request per page format : unsigned integer == Response format == === XML === {{{ Hub http://praized.com/ localpraized praized http://localhost 1 10 1 6 a0000000000000000000000000000001 http://praized.com/questions/answertotheultimatequestionoflifetheuniverseandeverything 8e9bd71fdfdad64fdb3d366ff2b67f77 http://praized.com/users/francois 20071026T13:18:51Z 1 20071026T13:18:51Z 0 0 http://praized.com/images/generic/default_avatar_40x40.png http://praized.com/images/generic/default_avatar_70x70.png http://praized.com/images/generic/default_avatar.png 2 francois francois 20071026T13:18:51Z false 20090825T19:37:44Z 3 Answer to the Ultimate Question of Life, the Universe, and Everything. praized localpraized Hub http://praized.com/ http://praized.com/ true 20090825T15:37:44Z ... }}} === JSON === {{{ { "praized": { "community": { "type": "Hub", "home_url": "http://praized.com/", "slug": "local-praized", "name": "praized", "base_url": "http://localhost" }, "questions": [{ "where": null, "pid": "a0000000000000000000000000000001", "permalink": "http://praized.com/questions/answer-to-the-ultimate-question-of-life-the-universe-and-everything", "user": { "pid": "8e9bd71fdfdad64fdb3d366ff2b67f77", "permalink": "http://praized.com/users/francois", "activated_at": "2007/10/26 13:18:51 +0000", "postal_code": null, "favorite_count": "1", "updated_at": "2007/10/26 13:18:51 +0000", "comment_count": "0", "gender": null, "about": null, "friend_count": "0", "avatar": { "small": "http://praized.com/images/generic/default_avatar_40x40.png", "medium": "http://praized.com/images/generic/default_avatar_70x70.png", "large": "http://praized.com/images/generic/default_avatar.png" }, "vote_count": "2", "first_name": null, "display_name": "francois", "date_of_birth": null, "last_name": null, "claim_to_fame": null, "login": "francois", "created_at": "2007/10/26 13:18:51 +0000" }, "notify_by_twitter": false, "updated_at": "2009/08/25 19:37:44 +0000", "adjective": null, "answer_count": "3", "content": "Answer to the Ultimate Question of Life, the Universe, and Everything.", "what": null, "community": { "name": "praized", "slug": "local-praized", "type": "Hub", "base_url": "http://praized.com/", "home_url": "http://praized.com/" }, "notify_by_email": true, "created_at": "2009/08/25 15:37:44 +0000" }, .... ], "pagination": { "current_page": "1", "per_page": "10", "page_count": "1", "total_entries": "6" } } } }}}