Skip to main content
GET
/
intel
/
v1
/
events
/
{eventId}
Get event and its history
curl --request GET \
  --url https://api.messari.io/intel/v1/events/{eventId} \
  --header 'X-Messari-API-Key: <api-key>'
{
  "error": null,
  "data": {
    "event": {
      "id": "e965d8de-16a5-4478-8f10-927f3bbc9682",
      "submissionDate": "2025-10-23T20:28:36Z",
      "eventDate": "2025-10-23T20:28:36Z",
      "eventName": "Web Scraping",
      "primaryAssets": [
        {
          "id": "c4ddcc80-c71a-4c26-93c2-4acbc1817194",
          "name": "Venice Token",
          "slug": "venice-token",
          "symbol": "VVV"
        }
      ],
      "secondaryAssets": null,
      "eventDetails": "The Venice team has [announced](https://venice.ai/blog/web-scraping-live-on-venice-turn-any-url-into-ai-context) that web scraping is now live across the platform, allowing users to convert any URL into usable AI context directly within the Venice app and API. The feature automatically detects, scrapes, and processes up to three URLs per request, activating whenever URLs are included in a message or API call. It is also integrated into the Chat Completions API, which developers can enable by setting the parameter `enable_web_scraping` to true.\n\nIn addition, Venice has introduced usage-based pricing for both web search and web scraping API calls, effective Oct. 30, 2025. The pricing is set at $10 per 1,000 calls for supported models, including Venice Uncensored 1.1, Venice Small, Venice Medium, and Venice Large 1.1, and $25 per 1,000 calls for other models. Web scraping is supported across all Venice models, though some pages, such as paywalled or JavaScript-heavy sites, may not be accessible due to scraping restrictions.",
      "updateDetails": null,
      "status": "Completed",
      "category": "Release",
      "subcategory": "New Feature or Module",
      "tag": "",
      "importance": "Low",
      "resources": [
        {
          "name": "Announcement",
          "link": "https://venice.ai/blog/web-scraping-live-on-venice-turn-any-url-into-ai-context"
        }
      ],
      "activationBlock": null,
      "globalEvent": false
    },
    "eventHistory": null
  }
}

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

eventId
string
default:e965d8de-16a5-4478-8f10-927f3bbc9682
required
Example:

"e965d8de-16a5-4478-8f10-927f3bbc9682"

Response

Default response

data
object
required
error
string