About

About the Noroff API

This API has been provided to students for practicing and completing assignments.

All content posted to this API is publicly visible to other students, and your account must use your Noroff email address. Please ensure that the content you post is appropriate for this platform.

Unlike a normal API, this API has CORS enabled meaning that you can access the API from localhost without encountering CORS errors.

API version

The current version of this API is v2.

Base URL

We follow a URL structure of https://<version>.api.noroff.dev/<endpoint>.

The API base URL for v2 is https://v2.api.noroff.dev/.

Each endpoint should be prefixed with this base URL. For example, the full path for getting all jokes using v2 is https://v2.api.noroff.dev/jokes.