Returns the recommendation specified by its unique id.
The returned object also the associated article and page entities, the user who posted the recommendation and a list of comments.
Resource URL
| Parameters | |
|---|---|
| id | The ID of the recommendation to get Example Values: 1, 2, 3, 123 |
Example Request
This example shows how to get the recommendation with the id 900
GET
Params:
{
"id": 900,
"user_id": 221,
"user": {
"id": 221,
"fullname": "eingenickt",
"username": "eingenickt",
"bio": "Ich mag es hier. ",
"avatar": "https:\/\/s3-eu-west-1.amazonaws.com\/avatars.quote.fm\/a1c82ab21f608a25ab81885441c0ed21_460.jpg",
"twitter": "eingenickt",
"location": "Duisburg",
"url": "http:\/\/de.favstar.fm\/users\/eingenickt\/recent",
"created": "Wed, 07 Sep 2011 13:12:18 +0200",
"platform_url": "https:\/\/quote.fm\/eingenickt"
},
"article_id": 672,
"page_id": 455,
"category_id": 0,
"quote": "Ich muss fragen, immer und immer wieder fragen, doch meine Lippen sind stumm. Angst hat keine Worte. Angst hat nicht einmal eine Stimme, die aus dem Innen-Sein nach Au\u00dfen dringt. Sie bleibt in mir und macht das F\u00fchlen unbegreifbar.",
"recited_from_id": 0,
"popularity": -362.27342592593,
"commentCount": 1,
"created": "Thu, 08 Sep 2011 15:26:19 +0200",
"platform_url": "https:\/\/quote.fm\/aspergerfrauen.wordpress.com\/900",
"first_comment": {
"id": 1609,
"recommendation_id": 900,
"user": {
"id": 221,
"fullname": "eingenickt",
"username": "eingenickt",
"bio": "Ich mag es hier. ",
"avatar": "https:\/\/s3-eu-west-1.amazonaws.com\/avatars.quote.fm\/a1c82ab21f608a25ab81885441c0ed21_460.jpg",
"twitter": "eingenickt",
"location": "Duisburg",
"url": "http:\/\/de.favstar.fm\/users\/eingenickt\/recent",
"created": "Wed, 07 Sep 2011 13:12:18 +0200",
"platform_url": "https:\/\/quote.fm\/eingenickt"
},
"text": "Sehr interessant. Das Blog einer Asperger-Autistin. ",
"mentions": [
],
"likeCount": 0,
"created": "Thu, 08 Sep 2011 15:26:19 +0200"
},
"article": {
"id": 672,
"url": "http:\/\/aspergerfrauen.wordpress.com\/2010\/12\/11\/angst\/",
"title": "\u2663 Medien von und f\u00fcr AutistInnen",
"length": 220,
"ert": 1,
"excerpt": null,
"language": "de",
"popularity": -844.185,
"topquote": {
"id": 900,
"user_id": 221,
"user": {
"id": 221,
"fullname": "eingenickt",
"username": "eingenickt",
"bio": "Ich mag es hier. ",
"avatar": "https:\/\/s3-eu-west-1.amazonaws.com\/avatars.quote.fm\/a1c82ab21f608a25ab81885441c0ed21_460.jpg",
"twitter": "eingenickt",
"location": "Duisburg",
"url": "http:\/\/de.favstar.fm\/users\/eingenickt\/recent",
"created": "Wed, 07 Sep 2011 13:12:18 +0200",
"platform_url": "https:\/\/quote.fm\/eingenickt"
},
"article_id": 672,
"page_id": 455,
"category_id": 0,
"quote": "Ich muss fragen, immer und immer wieder fragen, doch meine Lippen sind stumm. Angst hat keine Worte. Angst hat nicht einmal eine Stimme, die aus dem Innen-Sein nach Au\u00dfen dringt. Sie bleibt in mir und macht das F\u00fchlen unbegreifbar.",
"recited_from_id": 0,
"popularity": -362.27342592593,
"commentCount": 1,
"created": "Thu, 08 Sep 2011 15:26:19 +0200",
"platform_url": "https:\/\/quote.fm\/aspergerfrauen.wordpress.com\/900",
"first_comment": {
"id": 1609,
"recommendation_id": 900,
"user": {
"id": 221,
"fullname": "eingenickt",
"username": "eingenickt",
"bio": "Ich mag es hier. ",
"avatar": "https:\/\/s3-eu-west-1.amazonaws.com\/avatars.quote.fm\/a1c82ab21f608a25ab81885441c0ed21_460.jpg",
"twitter": "eingenickt",
"location": "Duisburg",
"url": "http:\/\/de.favstar.fm\/users\/eingenickt\/recent",
"created": "Wed, 07 Sep 2011 13:12:18 +0200",
"platform_url": "https:\/\/quote.fm\/eingenickt"
},
"text": "Sehr interessant. Das Blog einer Asperger-Autistin. ",
"mentions": [
],
"likeCount": 0,
"created": "Thu, 08 Sep 2011 15:26:19 +0200"
}
},
"recommendationCount": 1,
"category_id": 0,
"created": "Wed, 18 Jan 2012 10:43:54 +0100",
"platform_url": "https:\/\/quote.fm\/article\/672"
},
"domain": {
"id": 455,
"name": "aspergerfrauen.wordpress.com",
"description": "",
"created": "Thu, 08 Sep 2011 15:26:19 +0200",
"platform_url": "https:\/\/quote.fm\/aspergerfrauen.wordpress.com"
},
"category": null,
"comments": [
{
"id": 1609,
"recommendation_id": 900,
"user": {
"id": 221,
"fullname": "eingenickt",
"username": "eingenickt",
"bio": null,
"avatar": "https:\/\/s3-eu-west-1.amazonaws.com\/avatars.quote.fm\/a1c82ab21f608a25ab81885441c0ed21_460.jpg",
"twitter": null,
"location": null,
"url": null,
"created": "Wed, 07 Sep 2011 13:12:18 +0200",
"platform_url": "https:\/\/quote.fm\/eingenickt"
},
"text": "Sehr interessant. Das Blog einer Asperger-Autistin. ",
"mentions": [
],
"likeCount": 0,
"created": "Thu, 08 Sep 2011 15:26:19 +0200"
}
]
}