Description
This will list all of the available topics in the Northcoders News API that includes the two keys of: slug
and description
.
Example Response
[
{
"slug": "coding",
"description": "Code is love, code is life"
},
{
"slug": "football",
"description": "FOOTIE!"
},
{
"slug": "cooking",
"description": "Hey good looking, what you got cooking?"
},
{
"slug": "日本",
"description": "日本についての記事集"
},
{
"slug": "Finance",
"description": "Get rich quick? Not here, we care about small wins first!"
}
]