---
title: Throttling
framework: applenewsapi
role: symbol
role_heading: Object
path: applenewsapi/throttling
---

# Throttling

See the object that wraps the throttling information that’s returned for the Create an Article and Update an Article endpoints.

## Declaration

```data
object Throttling
```

## Properties

estimatedDelayInSeconds: Estimate of the number of seconds until this request begins processing. isThrottled: A Boolean value that indicates whether requests to this channel are currently being throttled. If true, the server adds this request to the queue to process later rather than immediately. queueSize: The number of requests currently queued for later processing. quotaAvailable: The number of additional article publish or update requests that you can submit now, before the system begins throttling.

## See Also

### Articles

- [Create an Article](applenewsapi/post-channels-_channelid_-articles.md)
- [Read Article Information](applenewsapi/get-articles-_articleid_.md)
- [Search Articles in a Channel](applenewsapi/get-channels-_channelid_-articles.md)
- [Search Articles in a Section](applenewsapi/get-sections-_sectionid_-articles.md)
- [Update an Article](applenewsapi/post-articles-_articleid_.md)
- [Delete an Article](applenewsapi/delete-articles-_articleid_.md)
- [Create Article Metadata Fields](applenewsapi/create-article-metadata-fields.md)
- [ArticleLinksRequest](applenewsapi/articlelinksrequest.md)
- [Update Article Metadata Fields](applenewsapi/update-article-metadata-fields.md)
- [Article](applenewsapi/article.md)
- [ArticleResponse](applenewsapi/articleresponse.md)
- [ArticleLinksResponse](applenewsapi/articlelinksresponse.md)
- [SearchResponse](applenewsapi/searchresponse.md)
- [Meta](applenewsapi/meta.md)
