> For the complete documentation index, see [llms.txt](https://docs.thesports.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thesports.com/help-center/football/description-of-full-update-and-incremental-update.md).

# Description of 'Full update' and 'Incremental update'

### Full update

Each list API endpoint returns a maximum of 1,000 records per request. To retrieve the complete dataset, start with the first page and increment the `page` parameter by 1 for each subsequent request until all records have been retrieved.

After completing the Full update, identify and save the highest `updated_at` value among all retrieved records. This value will be used for subsequent Incremental updates.

The following example shows how to use the `page` parameter:

<figure><img src="/files/m160who7GsGYBve9lC9c" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/MFOKnsV85EDIUDJm7ksE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/dXExgPZoCdukr7eMUDTz" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7zQH7DZTKoFQliPq2LEk" alt=""><figcaption></figcaption></figure>

### Incremental update

New records may be added and existing records may be changed after the Full update. To retrieve these changes, use the `time` parameter to make periodic incremental requests.

The API endpoint returns all records changed after the specified `time`.

For example, if `time` is set to 00:00 on January 1, 2024, the API endpoint returns all records changed after that time.

For the first Incremental update, set `time` to the highest `updated_at` value recorded during the Full update, plus 1. Repeat this process for each subsequent Incremental update.

The following example shows how to use the `time` parameter:

<figure><img src="/files/MmspRHSNYcJmRR2OuaeJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Rpf7kidu1fGeHOiWovKV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SkQHDS3N3BBQtWrQKbxn" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.thesports.com/help-center/football/description-of-full-update-and-incremental-update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
