Source: Jolli-sample-repos/url-shortener Last Updated: 4/8/2026
import MethodEndpoint from “@theme/ApiExplorer/MethodEndpoint”; import ParamsDetails from “@theme/ParamsDetails”; import RequestSchema from “@theme/RequestSchema”; import StatusCodes from “@theme/StatusCodes”; import OperationTabs from “@theme/OperationTabs”; import TabItem from “@theme/TabItem”; import Heading from “@theme/Heading”;
<Heading as={“h1”} className={“openapi__heading”} children={“Get global statistics”}
</Heading>
<MethodEndpoint method={“get”} path={“/api/v1/stats”} context={“endpoint”}
</MethodEndpoint>
Get global statistics
<ParamsDetails parameters={undefined}
</ParamsDetails>
<RequestSchema title={“Body”} body={undefined}
</RequestSchema>
<StatusCodes id={undefined} label={undefined} responses={{“200”:{“description”:“Global statistics”}}}
</StatusCodes>