We aggregate and structure content from Nigeria’s most trusted news and media platforms. For each article, the API provides:
  • Title - The article title
  • Summary - A concise, AI-generated overview
  • Source - Metadata of the media outlet
  • Category - Politics, Tech, Business, Entertainment, etc.
  • Published Date - ISO timestamp
  • Link - Direct link to the source article
Use this data to build news feeds, monitor current events, or extract insights from national media trends.

Retrieve Latest News Headlines

  curl -X GET -H "ally-api-key: your_api_key" -H "Content-Type: application/json" -H "Accept: application/json" "https://api.ally.ng/services/media/clusters?category=politics&feed_limit=3&page=1&per_page=10"

Search for Articles

You can search for articles based on the content of the article.
  curl -X GET -H "ally-api-key: your_api_key" -H "Content-Type: application/json" -H "Accept: application/json" "https://api.ally.ng/services/media/search?query=tinubu"