Skip to content

An API for the GOVUK DDAT Skills Framework - this is data scraped directly from live data

Notifications You must be signed in to change notification settings

TrackProgress/govuk-ddat-framework-api

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

APIs

Categories API

Bring back all the different categories for DDAT

http://localhost:3000/api/categories

Role API

Bring back a specific role (broken down by levels)

http://localhost:3000/api/guidance/{roleId}

Skills API

Bring back all skills required for a role (regardless of level)

http://localhost:3000/api/guidance/{roleId}/skills

Validate API

Validate that we have the correct data

http://localhost:3000/api/validate

About

An API for the GOVUK DDAT Skills Framework - this is data scraped directly from live data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published