Education Codes API


Service Info

Endpoint URL: http://api.careerbuilder.com/v1/educationcodes

Default response format: XML

Education codes are used in job searches to constrain results to a particular field or fields. Since education codes vary from country to country, use the education codes service to view the list of available codes.

The request will return the education names in the language(s) supported by the country requested. The ISO language code will be listed in the "language" attribute of the Name node. A multilingual country will return at least two different names for each education code applicable for that country.

Use caution when working with education codes, as we may change their values at any time.

GET requests only.

Parameters

All input parameters must be URL encoded.
v1/educationcodes parameters
Parameter name Required? XSD type Notes
DeveloperKey Yes string 20 character long CB API Developer Key.
CountryCode No string Accepts a single value only. Supported codes: AH, B1, B2, B3, B4, BE, C1, CA, CC, CE, CH, CN, CP, CS, CY, DE, DK, E1, ER, ES, EU, F1, FR, GC, GR, I1, IE, IN, IT, J1, JC, JS, LJ, M1, MC, MY, NL, NO, O1, OG, PD, PI, PL, RM, RO, RX, S1, SE, SF, SG, T1, T2, T3, UK, US, WH, WM, WR. Missing or Unsupported Codes Default to: US

Sample Output

<?xml version="1.0" encoding="UTF-8"?>
<ResponseEducationCodes>
    <Errors/>
    <CountryCode>US</CountryCode>
    <TimeResponseSent>5/16/2013 3:35:36 PM</TimeResponseSent>
    <EducationCodes>
        <Education>
            <Code>DRNS</Code>
            <Name language="en-US">Not Specified</Name>
        </Education>
        <Education>
            <Code>DR3210</Code>
            <Name language="en-US">None</Name>
        </Education>
        <Education>
            <Code>DR3211</Code>
            <Name language="en-US">High School</Name>
        </Education>
        <Education>
            <Code>DR321</Code>
            <Name language="en-US">2 Year Degree</Name>
        </Education>
        <Education>
            <Code>DR32</Code>
            <Name language="en-US">4 Year Degree</Name>
        </Education>
        <Education>
            <Code>DR3</Code>
            <Name language="en-US">Graduate Degree</Name>
        </Education>
        <Education>
            <Code>DR</Code>
            <Name language="en-US">Doctorate</Name>
        </Education>
    </EducationCodes>
</ResponseEducationCodes>