ndi.video
No paid content found
Categories: Video & Film
NDI removes the limits of video connectivity and improves products and workflows to enable seamless experiences in any context.
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
Identifiable technologies and additional version or configuration signals make the service easier to fingerprint, which may help targeted scanners narrow their checks. Page metadata, canonical configuration and social previews work together to provide more consistent search and sharing presentation.
Domain and Registration
The domain has about 3 years of registration history; its current configuration provides more context than age alone. The domain uses the common .video extension, which is not an independent safety signal.
DNS and Email
Nameservers are provided by portsdns.se, indicating managed DNS hosting. MX records point to the Microsoft 365 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, Microsoft. Such markers may also remain after a service stops being used.
TLS and Certificates
The public key uses EC with 256 bits. 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: WordPress VIP <https://wpvip.com>. The checked browser-security headers were not detected, leaving fewer explicit browser-side safeguards. The x-cache response header indicates a CDN or caching proxy in the delivery path. No obvious internal addresses or debug information were found in the headers. The Server header identifies nginx without an exact version.
Technology Stack Analysis
The public page identifies WordPress 7.1.2, Google Tag Manager, nginx, with exact versions exposed for 1 technologies. These details can narrow vulnerability checks, although exposure alone is not a vulnerability.
Search and Social Sharing
The Generator tag identifies WordPress 7.1.2, making the publishing system easier to fingerprint. Twitter Card metadata is configured. JSON-LD includes Organization data, helping describe the organization as an entity. The title has 48 characters, within a common display range. A meta description is present, with 127 characters.
Hosting and Email
Pages, Search and Sharing
| Meta description | NDI removes the limits of video connectivity and improves products and workflows to enable seamless experiences in any context. |
|---|---|
| Canonical URL | https://ndi.video/ |
| Language | English (default) |
| Twitter Card | summary_large_image |
Social Sharing Preview
15 fieldsrobots.txt (opens in a new tab)
0 rulesAll bots 0 allowed · 0 disallowed
No matching rules.
Sitemaps
1
Registration details RDAP / WHOIS
| Registrar | Abion AB |
|---|---|
| Registered | 2023-03-13 |
| Expires | 2027-03-13 |
| Domain status | active |
| Nameservers | a.portsdns.se、b.portsdns.net |
| DNSSEC | unsigned |
DNS records
| Type | Name | Value | TTL | Priority |
|---|---|---|---|---|
| A | ndi.video | 192.0.66.174 | 3600 | — |
| MX | ndi.video | ndi-video.mail.protection.outlook.com | 3600 | 10 |
| NS | ndi.video | a.portsdns.se | 3600 | — |
| NS | ndi.video | b.portsdns.net | 3600 | — |
| TXT | ndi.video | MS=ms43764593 | 3600 | — |
| TXT | ndi.video | adobe-idp-site-verification=b3cc0e860ee67a9ec85b3290cb735601224f53188da869defa6b3887a2fa29c1 | 3600 | — |
| TXT | ndi.video | anthropic-domain-verification-4j736x=B0bI7AXHvbACkCArhKRC8Dn8b | 3600 | — |
| TXT | ndi.video | bw=LBPrwBUnHYKmanTJYudcRn8Bn2apDPg9w0CT4m9oktIx | 3600 | — |
| TXT | ndi.video | google-site-verification=W5S5B2vBRBopnJ4eJcilADO7HQ6YbSLCZMlhB3-i31A | 3600 | — |
| TXT | ndi.video | lucid-verification=BYU5jrx-vtn8afb-weg | 3600 | — |
| TXT | ndi.video | pardot1092312=45ea868f5e7a0c0268a86a00f41b9a39a0ab476c130dba618af7879539bd15a2 | 3600 | — |
| TXT | ndi.video | pardot1092312=4673f5e83d9d31953bc73ee92be286bd2b8914574cb41713b1f24fe5ae64b115 | 3600 | — |
| TXT | ndi.video | pardot428312=449a1df18ef9698b75ff6f6e1fa9754ba05219a9c6d0316524bfb3a0ca89a296 | 3600 | — |
| TXT | ndi.video | sending_domain1092312=e752e99074caef4c0060d4f87f3aaee3e06b396b6d1326b504c62785cfa43014 | 3600 | — |
| TXT | ndi.video | sending_domain428312=f2e1ac2b1f0155ce8c3b8a2f6e0943fdb1cb46e041b6a7fd6e84d4adb042afd5 | 3600 | — |
| TXT | ndi.video | v=spf1 include:_spf.salesforce.com include:spf.protection.outlook.com include:aspmx.pardot.com -all | 3600 | — |
| DMARC | _dmarc.ndi.video | v=DMARC1; p=none; pct=100; rua=mailto:[email protected]; sp=none; aspf=r; | 3600 | — |
TLS and certificates
| Assessment | Normal configuration |
|---|---|
| Supported protocols | TLSv1.2、TLSv1.3 |
| Negotiated protocol | TLSv1.3 |
| Certificate subject | ndi.video |
| Issuer | Let's Encrypt |
| Valid until | 2026-11-18T12:05 · Remaining when checked: 53 days |
| Verification details | Certificate trust: Passed · Hostname match: Passed |
HTTP response headers
| Header | Value |
|---|---|
| content-type | text/html; charset=UTF-8 |
| cache-control | max-age=300, must-revalidate |
| server | nginx |
Identified technologies
Recent Updates
- Website images
- Screenshots
- Network details
- Website Technologies
- Pages and Search Information
- HTTP Response Information
- TLS and certificates
- DNS Information
- Domain Registration
- Website profile
- Website Description
- Website Name
- Website profile
- Website Description
- Website Name
User reviews (0)