Gathering detailed insights and metrics for @scalar/fastify-api-reference
Gathering detailed insights and metrics for @scalar/fastify-api-reference
Gathering detailed insights and metrics for @scalar/fastify-api-reference
Gathering detailed insights and metrics for @scalar/fastify-api-reference
Scalar is an open-source API platform: 🌐 Modern Rest API Client 📖 Beautiful API References ✨ 1st-Class OpenAPI/Swagger Support
npm install @scalar/fastify-api-reference
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
7,616 Stars
3,455 Commits
239 Forks
24 Watching
129 Branches
90 Contributors
Updated on 28 Nov 2024
TypeScript (63.01%)
Vue (28.33%)
CSS (3.77%)
C# (2.68%)
JavaScript (0.73%)
Python (0.63%)
HTML (0.54%)
Dockerfile (0.2%)
Shell (0.12%)
Cumulative downloads
Total Downloads
Last day
3.3%
8,088
Compared to previous day
Last week
27.7%
50,950
Compared to previous week
Last month
-1.3%
194,659
Compared to previous month
Last year
53,494.2%
4,892,080
Compared to previous year
Scalar
└ Minimal, powerful & open-source
└ Integrates with dozens of API Frameworks (Elysia, Hono, FastAPI, etc)
└ Syncs directly with your server frameworks with our Watch Mode
└ First class OpenAPI (formerly Swagger) support
└ Environment variables and dynamic parameters
└ Save and organize requests into collections
└ Download (Windows, MacOS, Linux)
└ Try Online Demo
You’re just one HTML file away from having an awesome API reference:
1<!doctype html> 2<html> 3 <head> 4 <title>Scalar API Reference</title> 5 <meta charset="utf-8" /> 6 <meta 7 name="viewport" 8 content="width=device-width, initial-scale=1" /> 9 </head> 10 <body> 11 <!-- Need a Custom Header? Check out this example: https://codepen.io/scalarorg/pen/VwOXqam --> 12 <!-- Note: We’re using our public proxy to avoid CORS issues. You can remove the `data-proxy-url` attribute if you don’t need it. --> 13 <script 14 id="api-reference" 15 data-url="https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.yaml" 16 data-proxy-url="https://proxy.scalar.com"></script> 17 18 <script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script> 19 </body> 20</html>
And there’s an ever-growing list of plugins and integrations:
The following frameworks have chosen Scalar API Reference as their default OpenAPI documentation UI, recognizing its developer-friendly features and modern design:
We’re offering a free and paid managed hosting on the edge, too:
*.apidocumentation.com
subdomain (free)Ready? Create your account on scalar.com.
Project | Description |
---|---|
Scalar API Client | API client |
Scalar CLI | Command-line interface |
Scalar Galaxy | OpenAPI Example |
Scalar Play Button | Quick API Client Embed |
Scalar Mock Server | OpenAPI Mock Server |
Scalar Void Server | HTTP Request Mirror |
Scalar Open API Parser | OpenAPI SDK |
Scalar Sandbox | Online OpenAPI Editor |
Topic | Description |
---|---|
Themes | Themes, layouts & styling |
Configuration | The universal configuration object |
OpenAPI | OpenAPI and our extensions to it |
Markdown | Markdown syntax |
We are API nerds. You too? Let’s chat on Discord: https://discord.gg/scalar
Contributions are welcome! Read the CONTRIBUTING
guide.
Top 10 Contributors (November 2024)
Top Contributors (All Time)
No vulnerabilities found.
No security vulnerabilities found.
@platformatic/scalar-theme
Platformatic's Scalar theme for @scalar/fastify-api-reference
@fastify/swagger
Serve Swagger/OpenAPI documentation for Fastify, supporting dynamic generation
@scalar/api-reference
generate beautiful API references from OpenAPI specs
@scalar/hono-api-reference
A middleware for using the Scalar API reference in Hono