Skip to main content
GET
/
powerpath
/
nwea-norms
Look up target RIT from NWEA norms
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/nwea-norms \
  --header 'Authorization: Bearer <token>'
{
  "percentile": 50,
  "rit": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

subject
enum<string>
required
Available options:
Math,
Reading,
Language,
Science
grade
enum<string>
required
Available options:
K,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
percentile
integer
required
Required range: 1 <= x <= 99
season
enum<string>
Available options:
Fall,
Winter,
Spring

Response

Success

subject
enum<string>
required
Available options:
Math,
Reading,
Language,
Science
grade
enum<string>
required
Available options:
K,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
percentile
integer
required
Required range: 1 <= x <= 99
season
enum<string>
required
Available options:
Fall,
Winter,
Spring
rit
integer | null
required