# How to disable api limits?

**URL:** https://meta.discourse.org/t/how-to-disable-api-limits/260593
**Category:** Migration
**Created:** [April 4, 2023, 9:48pm UTC](https://meta.discourse.org/t/how-to-disable-api-limits/260593 "2023-04-04T21:48:01Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 4, 2023, 10:05pm UTC](https://meta.discourse.org/t/how-to-disable-api-limits/260593/2 "2023-04-04T22:05:21Z")

</div>

> [@fischernico](#):
>
> Hi, im trying to create a importer.  
> its written in php and using the discourse API.

I’d recommend that you instead use one of the [existing import scripts](https://github.com/discourse/discourse/tree/main/script/import_scripts) and modify it for your needs. It will be 10-100 orders of magnitude faster. I wrote several importers before I learned Ruby.

You can find out about rate limits here: [discourse/config/discourse\_defaults.conf at 1f34f653bfb6ccb39a4f4f8085b07e9d94389e6f · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/1f34f653bfb6ccb39a4f4f8085b07e9d94389e6f/config/discourse_defaults.conf#L200-L216) and here: [Available settings for global rate limits and throttling](https://meta.discourse.org/t/available-settings-for-global-rate-limits-and-throttling/78612)

---

_[View the full topic](https://meta.discourse.org/t/how-to-disable-api-limits/260593)._
