= Getting a question page = == Request Format == {{{ http://api.praized.com/{community_slug}/questions/{question_pid}.{format}?api_key={your api key} }}} == Arguments == === {question_pid} === The unique identifier for a question. format : string ex : 96423266cd5145552decb67454b13e4e == Response Format == === XML === {{{ Hub http://praized.com/ local-praized praized http://localhost a0000000000000000000000000000001 http://praized.com/questions/answer-to-the-ultimate-question-of-life-the-universe-and-everything 8e9bd71fdfdad64fdb3d366ff2b67f77 http://praized.com/users/francois 2007-10-26T13:18:51Z 1 2007-10-26T13: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 2007-10-26T13:18:51Z false 2009-08-25T19:37:44Z 3 Answer to the Ultimate Question of Life, the Universe, and Everything. praized local-praized Hub http://praized.com/ http://praized.com/ true 2009-08-25T15:37:44Z }}} === JSON === {{{ { "praized": { "community": { "type": "Hub", "home_url": "http://praized.com/", "slug": "local-praized", "name": "praized", "base_url": "http://localhost" }, "question": { "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" } } } }}}