Get Detail Tag
To get the data in the specified collection. If no parameters are passed, it lists all of them. Otherwise, it lists the documents in the collection matching the specified parameters:
Method : GET
URL : /api/tag?id=(id)
URL : /api/tag?slug=(slug)
Response : 200 - OK
{
"id": 1,
"name": "Love",
"link": "https://www.goodreads.com/quotes/tag/love",
"created_at": "2023-05-24T07:56:22.452151+00:00",
"slug": "love",
"quotes_by_tags": [
{
"id": 6,
"author_id": 221,
"quote": "You've gotta dance like there's nobody watching, Love like you'll never be hurt, Sing like there's nobody listening, And live like it's heaven on earth.",
"tags": "dance, heaven, hurt, inspirational, life, love, sing,",
"created_at": "2023-05-24T08:31:34.073945+00:00",
"book_authors": {
"id": 221,
"slug": "william-w-purkey",
"name": "William W. Purkey",
"image": "https://images.gr-assets.com/authors/1282396130p5/1744830.jpg"
}
},
{
"id": 7,
"author_id": 52,
"quote": "You know you're in love when you can't fall asleep because reality is finally better than your dreams.",
"tags": "attributed-no-source, dreams, love, reality, sleep,",
"created_at": "2023-05-24T08:31:34.073945+00:00",
"book_authors": {
"id": 52,
"slug": "dr-seuss",
"name": "Dr. Seuss",
"image": "https://images.gr-assets.com/authors/1193930952p5/61105.jpg"
}
}
]
}
Response : 404 - Not Found
Not Found
Response : 500 - Server Error
Internal Server Error