# Rentry — Zapi reference > Fetch the rendered markdown content of a public Rentry paste. **Base URL:** `https://api.zpi.web.id` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a free key at https://zpi.web.id/dashboard/keys. **Response envelope:** `{ status, message, content }` **Rate limit:** 60 req/min on free tier. **Related:** - Detail page: https://zpi.web.id/api/bypass-tools/rentry - Endpoint catalog: https://zpi.web.id/category/bypass-tools - Concise index: https://zpi.web.id/llms.txt - Full reference: https://zpi.web.id/llms-full.txt --- ## Rentry **Category:** bypass-tools · **Slug:** `rentry` **Detail page:** https://zpi.web.id/api/bypass-tools/rentry Fetch the rendered markdown content of a public Rentry paste. **Tags:** paste, markdown, text ### Raw Fetch the rendered markdown content of a public Rentry paste. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/bypass-tools:rentry/raw` - **Cache TTL:** 600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `url` | string | query | yes | URL paste publik atau id-nya langsung (mis. `what`). | **cURL:** ```bash curl "https://api.zpi.web.id/v1/bypass-tools:rentry/raw?url=https%3A%2F%2Frentry.co%2Fwhat" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/bypass-tools:rentry/raw?url=https%3A%2F%2Frentry.co%2Fwhat", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/bypass-tools:rentry/raw?url=https%3A%2F%2Frentry.co%2Fwhat", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "id": "what", "url": "https://rentry.co/what", "title": "What", "length": 3843, "content": "What\n\nRentry.co is a\n\nmarkdown paste service\n\nservice with preview, custom urls and editing. Fast, simple and free.\n\n\n\nMarkdown is a lightweight markup language with plain text formatting. It allows you to easily combine text, images, links, code snippets and more into a single article. Here is a short cheatsheet to get you started. There is also an example entry.\n\n\n\nUrl\n\nOptional url can be set. It goes rentry.co/HERE. If no url was set then random url will be generated automatically.\n\nEdit code\n\nOptional edit code can be set. It can be used to edit, delete or rename the entry later. You can share this code with anyone so a group of people can edit the same entry. Without this code you have no control over your entry, so remember it or save it.\n\n\nModify code\n\nWhen editing, you may set a modify code, which is used in place of an edit code when editing a Rentry. A modify code can only be used to edit the Rentry's text, allowing you to share it without risking the URL being stolen.\n\nLimits\n\nCurrents limits are:\n\n\n200000 characters for text field.\n\n2-100 characters for custom url field. Must contain only latin letters, numbers, underscores or hyphens.\n\n1-100 characters for custom edit code field. Anything is allowed here.\n\n\n\nSome sort of rules\n\nDon't spam, don't abuse, don't break the law.\n\nIf you hoard / squat URLS that are common words or names, they may be re-assigned. Any rentry with genuine content and last edit in the last 12 months is safe from this.\n\nYou can claim a URL using the claim form: https://rentry.co/request-url\n\nSee the full guide on claims and re-claims: https://rentry.co/claim-guide\n\nNeed claim inspiration? Check the Official Hoard List: https://rentry.co/official-hoard-list\n\nDuration\n\nYour entries will be kept forever. Unless they break the rules, in which case they might get deleted. Or unless you delete them yourself.\n\nViews\n\nAre updated every 10 minutes.\n\nForgot my edit code, wat do?\n\nContact us at [email protected] and we'll try to verify you as the owner, either using your email from a past claim, or using the Verify Guide\n\nCommand line\n\nWant to paste markdown from command line? Use this - github.com/radude/rentry\n\nEtc\n\n\nHit Ctrl+Enter to submit an entry.\n\nClick on # Headers to get permalinks.\n\nThere is a mirror if the main domain doesn't work for you - rentry.org\n\n\n\nWhy Rentry\n\n\nOnline since 2017\n\nActive support over email and Twitter\n\nPopular - over 25k new posts per day, 7k edits per day and 500,000 visits per day\n\nVery safe - has possibly the strongest illegal material detector of any pasting site\n\nSuper secure data - everything is replicated to a second server instantly and fully backed up daily\n\nAvailable over API\n\nPrepared to grow, ready to add more servers as required\n\nWe don't and won't bug you for payment... ever! Rentry will always be free\n\nOpen to feedback - just send us a message\n\n\n\nSupport Us\n\nSubscribe to a Rentry Membership\n\nDonate over Bitcoin: bc1qg3hjv329z3dvvuh80v3tqkrfgrkner7psfvdnl\n\n\n\nIf you want to donate via Bitcoin, email us with the details and we'll add the USD equivalent to your account as membership. Kofi donations are applied to your account automatically!\n\nJoin Us\n\nCome join us on the Official Rentry Discord to get involved with the community, ask questions and suggest new features.\n\nIntroducing Sonata\n\nWe're working on Sonata, a new social platform built to resist AI content and deception online. It's nearly ready for its first release - sign up to the waitlist today!\n\nRentry Official Blog\n\nDecember 18th, 2023: Ads, Patreon and the income we need to survive\n\nMarch 22nd, 2024: More Introductions, 2024 So Far & Exciting Things To Come\n\nChangelogs\n\n2026\n\n2025\n\n2024\n\nPolicies\n\n\nTerms of Service\n\nPrivacy Policy\n\nAcceptable Use Policy\n\nDMCA Policy\n\nCookie Policy\n\n\nContacts\n\nMail to [email protected] or use Twitter.", "viaProxy": false, "scrapedAt": "2026-06-20T02:10:37.871Z", "contentHtml": "
\n
\n

What

\n

Rentry.co is a

\n

markdown paste service

\n

service with preview, custom urls and editing. Fast, simple and free.

\n

\n

Markdown is a lightweight markup language with plain text formatting. It allows you to easily combine text, images, links, code snippets and more into a single article. Here is a short cheatsheet to get you started. There is also an example entry.

\n

\n\n

Url

\n

Optional url can be set. It goes rentry.co/HERE. If no url was set then random url will be generated automatically.

\n\n

Edit code

\n

Optional edit code can be set. It can be used to edit, delete or rename the entry later. You can share this code with anyone so a group of people can edit the same entry. Without this code you have no control over your entry, so remember it or save it.

\n \n

Modify code

\n

When editing, you may set a modify code, which is used in place of an edit code when editing a Rentry. A modify code can only be used to edit the Rentry's text, allowing you to share it without risking the URL being stolen.

\n\n\n

Limits

\n

Currents limits are:

\n \n\n

Some sort of rules

\n

Don't spam, don't abuse, don't break the law.

\n

If you hoard / squat URLS that are common words or names, they may be re-assigned. Any rentry with genuine content and last edit in the last 12 months is safe from this.

\n

You can claim a URL using the claim form: https://rentry.co/request-url

\n

See the full guide on claims and re-claims: https://rentry.co/claim-guide

\n

Need claim inspiration? Check the Official Hoard List: https://rentry.co/official-hoard-list

\n

Duration

\n

Your entries will be kept forever. Unless they break the rules, in which case they might get deleted. Or unless you delete them yourself.

\n\n

Views

\n

Are updated every 10 minutes.

\n\n

Forgot my edit code, wat do?

\n

Contact us at [email protected] and we'll try to verify you as the owner, either using your email from a past claim, or using the Verify Guide

\n\n

Command line

\n

Want to paste markdown from command line? Use this - github.com/radude/rentry

\n\n

Etc

\n \n\n

Why Rentry

\n \n\n

Support Us

\n

Subscribe to a Rentry Membership

\n

Donate over Bitcoin: bc1qg3hjv329z3dvvuh80v3tqkrfgrkner7psfvdnl

\n

\n

If you want to donate via Bitcoin, email us with the details and we'll add the USD equivalent to your account as membership. Kofi donations are applied to your account automatically!

\n\n

Join Us

\n

Come join us on the Official Rentry Discord to get involved with the community, ask questions and suggest new features.

\n\n

Introducing Sonata

\n\n

We're working on Sonata, a new social platform built to resist AI content and deception online. It's nearly ready for its first release - sign up to the waitlist today!

\n\n

Rentry Official Blog

\n\n

December 18th, 2023: Ads, Patreon and the income we need to survive

\n\n

March 22nd, 2024: More Introductions, 2024 So Far & Exciting Things To Come

\n\n

Changelogs

\n\n

2026

\n\n

2025

\n\n

2024

\n\n

Policies

\n\n \n

Terms of Service

\n

Privacy Policy

\n

Acceptable Use Policy

\n

DMCA Policy

\n

Cookie Policy

\n \n

Contacts

\n

Mail to [email protected] or use Twitter.

\n
\n
" } ``` --- _Generated: 2026-08-02T14:28:05.637Z_