Functions
Last updated April 23, 2026
[
getInitialProps
Fetch dynamic data on the server for your React component with getInitialProps.
](get-initial-props/index.md)[
getServerSideProps
API reference for `getServerSideProps`. Learn how to fetch data on each request with Next.js.
](get-server-side-props/index.md)[
getStaticPaths
API reference for `getStaticPaths`. Learn how to fetch data and generate static pages with `getStaticPaths`.
](get-static-paths/index.md)[
getStaticProps
API reference for `getStaticProps`. Learn how to use `getStaticProps` to generate static pages with Next.js.
](get-static-props/index.md)[
NextRequest
API Reference for NextRequest.
](next-request/index.md)[
NextResponse
API Reference for NextResponse.
](next-response/index.md)[
useParams
API Reference for the useParams hook in the Pages Router.
](use-params/index.md)[
useReportWebVitals
useReportWebVitals
](use-report-web-vitals/index.md)[
useRouter
Learn more about the API of the Next.js Router, and access the router instance in your page with the useRouter hook.
](use-router/index.md)[
useSearchParams
API Reference for the useSearchParams hook in the Pages Router.
](use-search-params/index.md)[
userAgent
The userAgent helper extends the Web Request API with additional properties and methods to interact with the user agent object from the request.
](userAgent/index.md)
Was this helpful?