resend.com
Paid content
Categories: Development Marketing
The best way to reach humans instead of spam folders. Deliver transactional and marketing emails at scale.
Related questions
More questions →What Can You Actually Do With a Free Hosted REST API Like ReqRes?
A free hosted REST API like ReqRes gives you a real HTTP endpoint you can call immediately—no signup, no local server, no database setup. You get predictable JSON responses for users, resources, login, and registration, which makes it useful for front-end demos, integration tests, learning HTTP clients, and prototyping. What it is not is a production backend for your app: the data is shared, resets periodically, and you don't control the schema. If you need persistent, private data with auth and logs, that's where an account-based backend or a commercial licence comes in.
What "free REST API for testing and prototyping" actually means
The phrase sounds vague, so it helps to separate two things people often conflate:
- A mock/sample API — a public, hosted service with fixed or semi-fixed endpoints that return realistic-looking JSON. You don't own the data. It exists so you can point code at a URL and get a response.
- A real backend you configure — a service where you define collections, schemas, authentication, and logging, and where your data persists and belongs to you.
ReqRes's landing page describes both: a free REST API for testing and prototyping with real responses and no signup, plus an option to build your own backend with collections, auth, and logs at app.reqres.in. Those are different products with different trade-offs. The free public endpoints are the "point and go" part; the account-based backend is the "own your data" part.
What you can do with the no-signup public endpoints
1. Front-end demos without a backend
If you're building a UI and need data to render, you can fetch from a public endpoint instead of hardcoding arrays. This keeps your demo code closer to real fetch logic:
async function loadUsers(page = 1) {
const res = await fetch(`https://reqres.in/api/users?page=${page}`);
if (!res.ok) throw new Error(`HTTP ${res.status}`);
const { data, total, page: current } = await res.json();
return { users: data, total, page: current };
}
You get pagination fields, a data array, and support metadata—enough to build list views, loading states, and empty states.
2. Integration and contract tests
You can assert that your HTTP layer handles status codes, headers, and JSON shapes correctly. Typical checks:
GET /api/users/2returns200with adataobject.GET /api/users/23returns404(a non-existent user).POST /api/loginwith valid credentials returns a token; with missing fields returns400.
This is useful for testing your client wrapper, retry logic, error handling, and serialization—without spinning up your own server.
3. Learning HTTP clients and tooling
If you're new to fetch, Axios, curl, Postman, or HTTPie, a hosted API is a low-friction target. You can practice:
- Sending query parameters (
?page=2,?delay=3). - Setting headers and reading response headers.
- Handling
POST,PUT,PATCH,DELETE. - Observing status codes for success and failure.
4. Deliberate failure and latency testing
Endpoints that return 404 on purpose, or that accept a delay parameter, let you test how your app behaves when things go wrong or slow down. That's hard to do reliably against a happy-path local mock.
What the public endpoints are not good for
| Use case | Public sample endpoints | Account-based backend |
|---|---|---|
| Persistent, private data | No — shared and reset | Yes |
| Custom schema/collections | No | Yes |
| Authentication you control | Limited (demo login) | Yes |
| Request logs and debugging | No | Yes |
| Production traffic | Not intended | Depends on plan/licence |
| Team collaboration | No | Yes |
The key limitation: you don't own the data, and other people are hitting the same endpoints. Treat responses as illustrative, not authoritative.
When you'd move to an account-based backend
Consider app.reqres.in (collections, auth, logs) when any of these are true:
- You need your own collections and fields, not the fixed demo schema.
- You need data to persist between sessions and belong only to you.
- You need real authentication flows you can rely on in a demo or internal tool.
- You need request logs to debug what your client actually sent.
- You're working with a team and need shared, stable endpoints.
The trade-off is setup and, eventually, cost. The public endpoints require none; the backend requires an account and configuration.
Where pricing and licensing become relevant
The site signals a commercial licence and an upgrade path (with Stripe as the payment platform), but specific prices, plan tiers, and limits aren't stated here—so don't assume numbers. What you can reason about:
- Prototyping and learning → free public endpoints are usually enough.
- Internal tools, demos for clients, or anything you don't want reset → an account-based backend is the natural next step.
- Production or commercial use → check the licence terms and any paid plan, because "free for testing" and "free for commercial production" are not the same thing.
Before committing, read the current terms on the site rather than relying on secondhand summaries, since pricing and licence scope change.
A quick decision checklist
- Do you need data that persists and is private? If yes → account-based backend.
- Do you need a custom schema? If yes → account-based backend.
- Are you only testing HTTP behavior, UI rendering, or learning a client? If yes → free public endpoints.
- Will this touch real users or revenue? If yes → review the licence and any paid plan first.
- Do you need logs and team access? If yes → account-based backend.
If you answer "no" to 1, 2, 4, and 5, the free hosted API is likely all you need. If you answer "yes" to any of them, plan for the account-based path.
Website Overview
An established domain and managed infrastructure suggest continuity of operations and may support dependable delivery, although neither guarantees service quality. Page metadata, canonical configuration and social previews work together to provide more consistent search and sharing presentation.
Domain and Registration
Registered in 2002, this domain has about 24 years of history. That suggests continuity, although ownership and purpose may have changed. Transfer-protection status is present, helping reduce the risk of unauthorized domain transfers. The domain uses the common .com extension, which is not an independent safety signal.
DNS and Email
Nameservers are provided by Amazon Route 53, indicating managed DNS hosting. MX records point to the Google Workspace email service. No CNAME was found; the observed records resolve directly to addresses. SPF and DMARC are configured. DKIM status is unknown. TXT records include verification markers for Google, Apple. Such markers may also remain after a service stops being used.
TLS and Certificates
The certificate uses an RSA 2048-bit public key, offering broad client compatibility. The server supplied a complete certificate chain. No organization name is present in the certificate; the available fields are consistent with domain validation. The certificate was issued by Let's Encrypt, commonly associated with automated certificate services. The certificate's total validity is about 89 days, consistent with a short renewal cycle.
HTTP and Browser Security
X-Powered-By exposes backend information: Next.js. All six checked browser-security headers are present. Their effectiveness still depends on the policy values and application behavior. No obvious internal addresses or debug information were found in the headers. The Server header contains the custom value Vercel. No explicit CDN or WAF marker was found in the response headers.
Technology Stack Analysis
The public page identifies Next.js, Vercel without precise versions, leaving fewer clues for version-specific scanning.
Search and Social Sharing
Twitter Card metadata is configured. JSON-LD includes Organization data, helping describe the organization as an entity. The title has 29 characters, within a common display range. A meta description is present, with 106 characters. The observed directives allow indexing and link following.
Hosting and Email
Pages, Search and Sharing
| Meta description | The best way to reach humans instead of spam folders. Deliver transactional and marketing emails at scale. |
|---|---|
| Canonical URL | https://resend.com |
| Language | English (default) |
| Twitter Card | summary_large_image |
Social Sharing Preview
9 fieldsrobots.txt (opens in a new tab)
1 rulesAll bots 1 allowed · 0 disallowed
/
No matching rules.
Sitemaps
1
Registration details RDAP / WHOIS
| Registrar | Amazon Registrar, Inc. |
|---|---|
| Registered | 2002-08-23 |
| Expires | 2027-08-23 |
| Domain status | client transfer prohibited |
| Nameservers | ns-1017.awsdns-63.net、ns-1047.awsdns-02.org、ns-1910.awsdns-46.co.uk、ns-399.awsdns-49.com |
| DNSSEC | unsigned |
DNS records
| Type | Name | Value | TTL | Priority |
|---|---|---|---|---|
| A | resend.com | 76.76.21.22 | 159 | — |
| MX | resend.com | aspmx.l.google.com | 300 | 1 |
| MX | resend.com | alt1.aspmx.l.google.com | 300 | 5 |
| MX | resend.com | alt2.aspmx.l.google.com | 300 | 5 |
| MX | resend.com | alt3.aspmx.l.google.com | 300 | 10 |
| MX | resend.com | alt4.aspmx.l.google.com | 300 | 10 |
| NS | resend.com | ns-1017.awsdns-63.net | 172800 | — |
| NS | resend.com | ns-1047.awsdns-02.org | 172800 | — |
| NS | resend.com | ns-1910.awsdns-46.co.uk | 172800 | — |
| NS | resend.com | ns-399.awsdns-49.com | 172800 | — |
| TXT | resend.com | OSSRH-89476 | 300 | — |
| TXT | resend.com | anthropic-domain-verification-eg6zmc=GUL1nibiemWkI0ed7xBdqCp2f | 300 | — |
| TXT | resend.com | apple-domain-verification=jSjlmZKPbN4Y6q0RpeZlG9u91rnz7u0I3Sd7Md_PuKQ | 300 | — |
| TXT | resend.com | attio-domain-verification=7XYY0BH19JB7PWPBG2QQZNZW | 300 | — |
| TXT | resend.com | google-site-verification=CUET3Yw2VhI0haxJZ1IfCqDGJyHQVngs3WhrYoFnths | 300 | — |
| TXT | resend.com | google-site-verification=XKBn7AaBJgpvdcnqOK8y8HbZicAN-fK0qQVe7UuHDog | 300 | — |
| TXT | resend.com | google-site-verification=jSfnPpFeszYPlj5Q9mzrLybG4R30fN5wDk--zX_BH8c | 300 | — |
| TXT | resend.com | linear-domain-verification=6x2ex3xu3sby | 300 | — |
| TXT | resend.com | liveblocks-domain-verification-7rmx1s=u11g5XpvS48xi86ZLB6Xr20uM | 300 | — |
| TXT | resend.com | notion-domain-verification=Z2gCKFyNMpCuoBrnJwskSbxzBRs7JU0FxCaaSEyLEp | 300 | — |
| TXT | resend.com | plain-domain-verification-jem2yq=VfD1HVint29eO4Um5B0NypRuO | 300 | — |
| TXT | resend.com | postman-domain-verification=82abfa6892faf4a9b4e83e0e1a1b3c5ead515575a566fbad5a27ad31bc72abedbf1b3f2a6dc82fe1a893a0915dfa4fe5648543a1ea757147f9466cc7bdd9db07 | 300 | — |
| TXT | resend.com | stripe-verification=16C3C760921B18BCB71972A1EEA54E9E99CBB125AE86D2B879B09CF620BA5723 | 300 | — |
| TXT | resend.com | tito-domain-verification=42pvdflprxbuja49kz2d5q7nh | 300 | — |
| TXT | resend.com | v=spf1 include:_spf.google.com ~all | 300 | — |
| TXT | resend.com | work-os-domain-verification-1apksg=ofkmaD1jzoHOE82Tnc5xIS72A | 300 | — |
| DMARC | _dmarc.resend.com | v=DMARC1; p=reject; pct=100; rua=mailto:[email protected],mailto:[email protected]; ruf=mailto:[email protected]; fo=1; | 300 | — |
TLS and certificates
| Assessment | Normal configuration |
|---|---|
| Supported protocols | TLSv1.2、TLSv1.3 |
| Negotiated protocol | TLSv1.3 |
| Certificate subject | resend.com |
| Issuer | Let's Encrypt |
| Valid until | 2026-11-28T06:21 · Remaining when checked: 65 days |
| Verification details | Certificate trust: Passed · Hostname match: Passed |
HTTP response headers
| Header | Value |
|---|---|
| content-type | text/html; charset=utf-8 |
| cache-control | public, max-age=0, must-revalidate |
| server | Vercel |
| strict-transport-security | max-age=63072000 |
| content-security-policy | default-src 'self'; connect-src 'self' data: https://api.liveblocks.io wss://api.liveblocks.io/ https://react-tweet.vercel.app https://js.hs-scripts.com https://unpkg.com https://app.posthog.com https://fonts.gstatic.com https://us.i.posthog.com https://browser-intake-us5-datadoghq.com https://*.mintlify.com https://*.mintlifytrieve.com https://resend-status.com https://*.resend.com https://resend.com https://resend-attachments.s3.amazonaws.com https://resend-attachments.s3.us-east-1.amazonaws.com https://cdn.resend.app https://*.resend.app https://vercel.live https://fpjs.io https://*.fpjs.io https://maps.googleapis.com https://img.logo.dev https://rsnd-contact-uploads-961341540729.s3.us-east-1.amazonaws.com https://rsnd-suppression-uploads-961341540729.s3.us-east-1.amazonaws.com; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://js.hs-scripts.com https://js.stripe.com https://cdn.lr-in-prod.com https://*.mintlify.com https://vercel.live https://js.hs-analytics.net https://va.vercel-scripts.com https://us-assets.i.posthog.com https://*.resend.com https://resend.com https://fpjs.io https://*.fpjs.io https://maps.googleapis.com; worker-src 'self' blob:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net https://*.cloudfront.net; img-src 'self' blob: data: https://www.gravatar.com https://i2.wp.com https://mintlify.b-cdn.net https://mintlify.s3.us-west-1.amazonaws.com https://*; font-src 'self' https://cdn.jsdelivr.net https://fonts.gstatic.com https://fonts.cdnfonts.com https://use.typekit.net https://*.cloudfront.net data:; frame-src 'self' https://www.youtube.com https://js.stripe.com https://vercel.live; media-src 'self' https://mintlify.s3.us-west-1.amazonaws.com https://mintcdn.com https://cdn.resend.com; object-src 'none'; base-uri 'self'; form-action 'self' https://github.com https://accounts.google.com https://sb.resend.com; frame-ancestors 'self'; block-all-mixed-content; upgrade-insecure-requests; |
| x-frame-options | SAMEORIGIN |
| x-content-type-options | nosniff |
| referrer-policy | origin-when-cross-origin |
| permissions-policy | autoplay=(self), geolocation=(), microphone=(), camera=() |
User reviews (0)