Skip to content

All the Star Wars data you've ever wanted :) Swapi.info is an open-source, FREE, JSON-only, CDN-powered, Wicked-fast, Unrestricted Star Wars data API endpoints provider.

SivaramPg/swapi.info

Repository files navigation

SWAPI.INFO is an Open Source no-server, file-based simple GET API provider & endpoint data explorer. Built using the latest Next.js App Router & hosted via Cloudflare Pages to utilize Cloudflares awesome & highly available CDN network to provide wicked-fast API resolution and page exploration experience. The architecture allows the provider to be highly resilient against DDoS attacks and network traffic surges.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.