# Metadata Feed

{% content-ref url="/pages/HjCugoE6BZ6tHCAEI1Sg" %}
[Metadata Feed](/odds88-client-api/odds88-feeds/metadata-feed.md)
{% endcontent-ref %}

* Establish connection to metadata feed.
* Metadata has one type of message, which contains metadata for an event. Depending on the type of sport it can have different types of metadata.
* Store received data in database or cache.
* It is highly recommended to display metadata for Thoroughbreds, Greyhounds and Harness. For these sports metadata is displayed in cards for competitors. It is your decision, what metadata and how to show.
* Reconnection should be automatically handled by integration. Automatic Reconnection should happen with `revision` **= UNIX timestamp seconds of last received message - 60 seconds**
* If a sport has metadata type listed, it **doesn’t guarantee** this type is available for all events in this sport.
* What metadata types are sent for sports can be checked in the Metadata API section.

{% content-ref url="/pages/pwg5sZEvLfdflkvSxByU" %}
[Metadata API](/odds88-client-api/odds88-api-endpoints/metadata-api.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.odds88.io/integration-process/recommended-integration-flow/metadata-feed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
