---
title: "Event"
method: GET
path: "/event"
tags: ["Event"]
---

# Event

`GET /event`

Automatically extracts dates, location and address information, images and event descriptions from event pages.

## Query parameters

- `url` string, required
- `fields` 'links' | 'extlinks' | 'meta' | 'querystring' | 'breadcrumb'
- `timeout` integer
- `callback` string
- `proxy` string
- `proxyAuth` string
- `useProxy` string
- `renderDelay` integer
- `scroll` 'slow' | 'fast'

## Response `200`

Successful API Response

- object
  - `request` object
    - `pageUrl` string
    - `api` string
    - `version` integer
  - `objects` object[]
    - `venue` string
    - `images` object[]
      - `naturalHeight` integer
      - `width` integer
      - `diffbotUri` string
      - `url` string
      - `naturalWidth` integer
      - `primary` boolean
      - `height` integer
    - `timezoneOffset` string
    - `endDate` string
    - `endDateLocalTimezone` string
    - `humanLanguage` string
    - `diffbotUri` string
    - `description` string
    - `pageUrl` string
    - `location` object
      - `country` object
        - `name` string
        - `diffbotUri` string
        - `websiteUris` string[]
        - `targetDiffbotUri` string
        - `surfaceForm` string
      - `isCurrent` boolean
      - `address` string
      - `city` object
        - `name` string
        - `diffbotUri` string
        - `websiteUris` string[]
        - `targetDiffbotUri` string
        - `surfaceForm` string
      - `street` string
      - `subregion` object
        - `name` string
        - `diffbotUri` string
        - `websiteUris` string[]
        - `targetDiffbotUri` string
        - `surfaceForm` string
      - `latitude` number
      - `precision` number
      - `postalCode` string
      - `region` object
        - `name` string
        - `diffbotUri` string
        - `websiteUris` string[]
        - `targetDiffbotUri` string
        - `surfaceForm` string
      - `longitude` number
    - `type` string
    - `title` string
    - `startDate` string
    - `startDateLocalTimezone` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/diffbot/apis/web-search.md) · [All operations](https://skmtc.dev/diffbot/apis/web-search/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/diffbot/web-search/revisions/8b88d7dabe63/schema)
