About

Description: Provides comprehensive information about a topic, person, place, or thing.

API Response Structure:

{
  "infoCarousel": [
    {
      "title": "Overview Title",
      "description": "Detailed description",
      "link": {
        "url": "https://example.com",
        "visibleText": "Learn more"
      },
      "media": {
        "images": ["url1", "url2"],
        "videos": ["videoUrl"]
      },
      "highlights": [
        {
          "title": "Key Point",
          "description": "Point details"
        }
      ]
    }
  ],
  "statistics": {
    "views": "10K+",
    "lastUpdated": "2023-08-15"
  },
  "type": "about"
}

Fields:

  • infoCarousel (array): Information sections

    • title (string): Section title

    • description (string): Detailed info

    • link (object): Related URL

    • media (object): Visual content

    • highlights (array): Key points

  • statistics (object): Usage metrics

  • type (string): Always "about"