Banner: Web API: List ReEntry Program Contacts

Web API: List ReEntry Program Contacts

List ReEntry Program Contacts

The 'List ReEntry Program Contacts' Web API enables developers to query and retrieve a list of ReEntry Programs by a set of parameters including zip code, city, and state.

About this data

ReEntry programs help people overcome barriers to employment caused by having a criminal record. They help people search for jobs, find training, and answer other employment related questions.

CareerOneStop offers two APIs that provide data on reentry programs. This API retrieves only programs in a certain geographic area, while the other retrieves all providers. CareerOneStop uses this API in ReEntry Program Finder. Find out how a ReEntry Program can help you, and learn more about the data, at that tool's help page.

CareerOneStop Geocoding is provided through a license agreement with Microsoft. Your use of the data is subject to the Microsoft Bing Maps Terms of Service.

https://www.microsoft.com/en-us/maps/product

You may use the Geocodes locally in your applications. But, Geocodes cannot be stored, copied or shared. Please refer to the Microsoft Bing Terms of Use. 

Resource URL

https://api.careeronestop.org/v1/reentryprogramfinder/{userId}/{location}/{radius}/{sortColumns}/{sortDirections}/{startRecord}/{limitRecord}?enableMetaData=true

Example Code

using System;

using System.Net.Http;

using System.Net.Http.Headers;

using System.Threading.Tasks;

namespace CareerOneStopAPISample

{

    class Program

    {

        static void Main(string[] args)

        {

            CreateRequest().Wait();

        }

        private static async Task CreateRequest()

        {

    

            var uri = new UriBuilder(Uri.UriSchemeHttps, "api.careeronestop.org")

            {

                Path = "/v1/reentryprogramfinder/{userId}/{location}/{radius}/{sortColumns}/{sortDirections}/{startRecord}/{limitRecord}"

            };

            

            using (var http = new HttpClient())

            {

                http.DefaultRequestHeaders.Accept.Clear();

                http.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", "Your API Token");

                http.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));

                var response = await http.GetAsync(uri.Uri).ConfigureAwait(false);

                if (response.IsSuccessStatusCode)

                {

                    var result = await response.Content.ReadAsStringAsync().ConfigureAwait(false);

                }

            }

        }

    }

}
import java.io.IOException;

import java.net.URI;

import java.net.URISyntaxException;

import org.apache.http.HttpEntity;

import org.apache.http.client.methods.CloseableHttpResponse;

import org.apache.http.client.methods.HttpGet;

import org.apache.http.client.utils.URIBuilder;

import org.apache.http.impl.client.CloseableHttpClient;

import org.apache.http.impl.client.HttpClients;

import org.apache.http.util.EntityUtils;

public class CareerOneStopAPISample {

    public static void main(String[] args) throws IOException, URISyntaxException {

    URI uri = new URIBuilder()

        .setScheme("https")

        .setHost("api.careeronestop.org")

        .setPath("/v1/reentryprogramfinder/{userId}/{location}/{radius}/{sortColumns}/{sortDirections}/{startRecord}/{limitRecord}")

        .build();

    CloseableHttpResponse response = null;

    HttpGet httpGet = null;

    try {

        CloseableHttpClient httpClient = HttpClients.createDefault();

        httpGet = new HttpGet(uri);

        httpGet.setHeader("Content-Type","application/json");

        httpGet.setHeader("Authorization", "Bearer Your API Token");

        response = httpClient.execute(httpGet);

        HttpEntity entity = response.getEntity();

        System.out.println(EntityUtils.toString(entity));

    } finally {

        if(httpGet != null) httpGet.releaseConnection();

        if(response != null) response.close();

    }

   }

}

Request Parameters

Refer to the following table for a list of the required and optional request parameters. All parameter names and values are case sensitive. Important: You must provide all required parameters. Submitting an empty request does not return all possible results; an empty request returns an error.

Parameter Name Value Required? Description
API Token
String
Yes
This value is the unique API Token provided during the CareerOneStop Web API registration process
userId
String
Yes This value is the unique UserID provided during the CareerOneStop Web API registration process
location
String
Yes This value accepts a city, state (Chicago, IL) or state (IL) or ZIP code (61299)
radius
String    
Yes This value accepts a radius size in miles around a specified location.
sortColumns
String    
Yes This value is for sorting the columns. Valid values are Location, Distance and Name, and default value is 0. Location is for the search by state, with the results sorted by city and zip code. Distance is for the search by zip code (or city, state), with the results sorted by the distance from the searched zip code (or city, state). Name is an additional option for sorting.
sortDirections
String
Yes Use this parameter to set the ordering of the results. Valid values are ASC or DESC. Default value is 0 for ASC.
startRecord
Integer
Yes This value is to set the starting record. Default value 0 is for the first record.
limitRecord
Integer
Yes This value sets the limit of the maximum number of records to be returned. Default value is 10.
enableMetaData
boolean
Optional Use this parameter to determine whether to include MetaData in the response.
True- Include metadata (default)
False - exclude metadata

Response Structure

{

  "ReEntryProgramList": [

    {

      "ID": "32783779",

      "Name": "Elevated Career Services",

      "Address1": "445 Minnesota Street",

      "Address2": "#1500",

      "City": "St. Paul",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55101",

      "Phone": "651-256-9538",

      "Distance": "0.3",

      "ProgramType": "ReEntry Program Provider",

      "OpenHour": "",

      "CenterIsOpen": "",

      "WhyClosed": "",

      "CenterStatus": "",

      "GeneralEmail": "",

      "Latitude": 44.948333,

      "Longitude": -93.09437,

      "WebSiteUrl": "https://www.careerforcemn.com/partner/elevated-career-services-0",

      "Fax": "",

      "IsValid": "1",

      "ServiceMessage": ""

    },

    {

      "ID": "32801914",

      "Name": "Chicanos Latinos Unidos en Servicio - St. Paul",

      "Address1": "797 East 7th Street",

      "Address2": "",

      "City": "St. Paul",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55106",

      "Phone": "651- 379-4200",

      "Distance": "1.3",

      "ProgramType": "ReEntry Program Provider",

      "OpenHour": "",

      "CenterIsOpen": "",

      "WhyClosed": "",

      "CenterStatus": "",

      "GeneralEmail": "",

      "Latitude": 44.961572,

      "Longitude": -93.067523,

      "WebSiteUrl": "http://www.clues.org/",

      "Fax": "",

      "IsValid": "1",

      "ServiceMessage": ""

    },

    {

      "ID": "32746926",

      "Name": "180 Degrees - St. Paul",

      "Address1": "1301 E 7th Street",

      "Address2": "",

      "City": "Saint Paul",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55106",

      "Phone": "651-332-5500",

      "Distance": "2.4",

      "ProgramType": "ReEntry Program Provider",

      "OpenHour": "",

      "CenterIsOpen": "",

      "WhyClosed": "",

      "CenterStatus": "",

      "GeneralEmail": "info@180Degrees.org",

      "Latitude": 44.96694,

      "Longitude": -93.04538,

      "WebSiteUrl": "https://www.180degrees.org/youth-vocational-program.html",

      "Fax": "",

      "IsValid": "1",

      "ServiceMessage": "Programs for youth and young adults only"

    },

    {

      "ID": "32801922",

      "Name": "Merrick Community Center",

      "Address1": "1669 Arcade Street N.",

      "Address2": "Suite 4",

      "City": "St. Paul",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55130",

      "Phone": "651-771-9339",

      "Distance": "3.0",

      "ProgramType": "ReEntry Program Provider",

      "OpenHour": "",

      "CenterIsOpen": "",

      "WhyClosed": "",

      "CenterStatus": "",

      "GeneralEmail": "",

      "Latitude": 44.991297,

      "Longitude": -93.067024,

      "WebSiteUrl": "https://merrickcs.org/",

      "Fax": "",

      "IsValid": "1",

      "ServiceMessage": ""

    },

    {

      "ID": "32801934",

      "Name": "ATTIC Correctional Services, Inc.",

      "Address1": "1821 University Ave",

      "Address2": "Suite S135",

      "City": "St. Paul",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55104-4353",

      "Phone": "651-209-1688",

      "Distance": "4.2",

      "ProgramType": "ReEntry Program Provider",

      "OpenHour": "",

      "CenterIsOpen": "",

      "WhyClosed": "",

      "CenterStatus": "",

      "GeneralEmail": "",

      "Latitude": 44.956827,

      "Longitude": -93.176237,

      "WebSiteUrl": "http://correctionalservices.org/",

      "Fax": "",

      "IsValid": "1",

      "ServiceMessage": ""

    },

    {

      "ID": "59808",

      "Name": "CareerForce in Saint Paul",

      "Address1": "540 Fairview Ave North",

      "Address2": "Suite 103",

      "City": "St. Paul",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55104",

      "Phone": "651-539-4100",

      "Distance": "4.3",

      "ProgramType": "Comprehensive Center",

      "OpenHour": "8:00am - 4:30pm, Monday - Friday",

      "CenterIsOpen": "N",

      "WhyClosed": "We are not open to the public for in-person support; however job search, resume writing, employer services and other services will continue to be offered over the phone and online.",

      "CenterStatus": "We are not open to the public for in-person support; however job search, resume writing, employer services and other services will continue to be offered over the phone and online.",

      "GeneralEmail": "careerforce.saintpaul@state.mn.us",

      "Latitude": 44.958062,

      "Longitude": -93.177158,

      "WebSiteUrl": "https://www.careerforcemn.com/saintpaul",

      "Fax": "651-642-0706",

      "IsValid": "1",

      "ServiceMessage": ""

    },

    {

      "ID": "32801920",

      "Name": "Goodwill Easter Seals",

      "Address1": "553 Fairview Avenue N.",

      "Address2": "",

      "City": "St. Paul",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55104",

      "Phone": "651-379-5800",

      "Distance": "4.3",

      "ProgramType": "ReEntry Program Provider",

      "OpenHour": "",

      "CenterIsOpen": "",

      "WhyClosed": "",

      "CenterStatus": "",

      "GeneralEmail": "",

      "Latitude": 44.958283,

      "Longitude": -93.178148,

      "WebSiteUrl": "https://www.goodwilleasterseals.org/services/employment-services",

      "Fax": "",

      "IsValid": "1",

      "ServiceMessage": ""

    },

    {

      "ID": "11155353",

      "Name": "CareerForce in West Saint Paul",

      "Address1": "1 Mendota Road West",

      "Address2": "Suite 170",

      "City": "West St. Paul",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55118-4768",

      "Phone": "651-554-5955",

      "Distance": "4.7",

      "ProgramType": "Comprehensive Center",

      "OpenHour": "M-F 8am - 4:30pm",

      "CenterIsOpen": "N",

      "WhyClosed": "CareerForce is located within a county-owned or operated building that is closed because of COVID-19.",

      "CenterStatus": "CareerForce is located within a county-owned or operated building that is closed because of COVID-19.",

      "GeneralEmail": "careerforce.westsaintpaul@state.mn.us",

      "Latitude": 44.88366,

      "Longitude": -93.085715,

      "WebSiteUrl": "https://www.careerforcemn.com/westsaintpaul",

      "Fax": "651-554-6565",

      "IsValid": "1",

      "ServiceMessage": ""

    },

    {

      "ID": "32746195",

      "Name": "CareerForce in North Saint Paul",

      "Address1": "2266 2nd St N",

      "Address2": "",

      "City": "North St. Paul",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55109",

      "Phone": "651-266-9890",

      "Distance": "6.0",

      "ProgramType": "Comprehensive Center",

      "OpenHour": "Monday - Friday, 8:00 a.m. to 4:30 p.m.",

      "CenterIsOpen": "Y",

      "WhyClosed": "",

      "CenterStatus": "",

      "GeneralEmail": "careerforce.northsaintpaul@state.mn.us",

      "Latitude": 45.009998,

      "Longitude": -92.999545,

      "WebSiteUrl": "https://www.careerforcemn.com/northsaintpaul",

      "Fax": "",

      "IsValid": "1",

      "ServiceMessage": ""

    },

    {

      "ID": "32801931",

      "Name": "AccessAbility",

      "Address1": "360 Hoover Street NE",

      "Address2": "",

      "City": "Minneapolis",

      "StateAbbr": "MN",

      "StateName": "Minnesota",

      "Zip": "55413",

      "Phone": "612-331-5958",

      "Distance": "6.9",

      "ProgramType": "ReEntry Program Provider",

      "OpenHour": "",

      "CenterIsOpen": "",

      "WhyClosed": "",

      "CenterStatus": "",

      "GeneralEmail": "cep@accessability.org",

      "Latitude": 44.993496,

      "Longitude": -93.218455,

      "WebSiteUrl": "https://www.accessability.org/career-educational-pathways-1",

      "Fax": "",

      "IsValid": "1",

      "ServiceMessage": ""

    }

  ],

  "RecordCount": 47,

  "SearchedBy": "55101 - 25",

  "MetaData": {

    "Publisher": "CareerOneStop publishes this API (www.careeronestop.org/Developers/WebAPI/web-api.aspx)",

    "Sponsor": "U.S. Department of Labor, Employment and Training Administration",

    "LastAccessDate": 1619456625,

    "CitationSuggested": "This data is delivered by an API from CareerOneStop, sponsored by U.S. Department of Labor, Employment and Training Administration.  \nwww.careeronestop.org\nData is from U.S. Department of Labor, Employment and Training Administration.",

    "DataSource": [

      {

        "DataName": "ReEntry Programs",

        "DataSourceName": "U.S. Department of Labor, Bureau of Labor Statistics Employment Projections program",

        "DataSourceUrl": "https://www.bls.gov/emp/",

        "DataLastUpdate": "April 2021",

        "DataVintageOrVersion": "2021-2031",

        "DataDescription": "Data is maintained by CareerOneStop and U.S. Department of Labor, Employment and Training Administration. ",

        "DataSourceCitation": "National employment projections come from the U.S. Department of Labor, Bureau of Labor Statistics, Employment Projections program, Employment by detailed occupation, 2019 and projected 2029 (www.bls.gov/emp/)."

      }

    ]

  }

}
<ReEntryProgramFinder

xmlns:i="http://www.w3.org/2001/XMLSchema-instance"

xmlns="http://schemas.datacontract.org/2004/07/XPAND.CareerOneStop.WebApi.ViewModels">

  <MetaData

  xmlns:d2p1="http://schemas.datacontract.org/2004/07/XPAND.CareerOneStop.WebApi.Core.MetaData">

    <d2p1:CitationSuggested>

      This data is delivered by an API from CareerOneStop, sponsored by U.S. Department of Labor, Employment and Training Administration.

      www.careeronestop.org

      Data is from U.S. Department of Labor, Employment and Training Administration.

    </d2p1:CitationSuggested>

    <d2p1:DataSource>

      <d2p1:MetaDataSource>

        <d2p1:DataDescription>Data is maintained by CareerOneStop and U.S. Department of Labor, Employment and Training Administration. </d2p1:DataDescription>

        <d2p1:DataLastUpdate>April 2021</d2p1:DataLastUpdate>

        <d2p1:DataName>ReEntry Programs</d2p1:DataName>

        <d2p1:DataSourceCitation>National employment projections come from the U.S. Department of Labor, Bureau of Labor Statistics, Employment Projections program, Employment by detailed occupation, 2019 and projected 2029 (www.bls.gov/emp/).</d2p1:DataSourceCitation>

        <d2p1:DataSourceName>U.S. Department of Labor, Bureau of Labor Statistics Employment Projections program</d2p1:DataSourceName>

        <d2p1:DataSourceUrl>https://www.bls.gov/emp/</d2p1:DataSourceUrl>

        <d2p1:DataVintageOrVersion>2021-2031</d2p1:DataVintageOrVersion>

      </d2p1:MetaDataSource>

    </d2p1:DataSource>

    <d2p1:LastAccessDate>1619457070</d2p1:LastAccessDate>

    <d2p1:Publisher>CareerOneStop publishes this API (www.careeronestop.org/Developers/WebAPI/web-api.aspx)</d2p1:Publisher>

    <d2p1:Sponsor>U.S. Department of Labor, Employment and Training Administration</d2p1:Sponsor>

  </MetaData>

  <ReEntryProgramList>

    <ReEntryProgram>

      <Address1>445 Minnesota Street</Address1>

      <Address2>#1500</Address2>

      <CenterIsOpen/>

      <City>St. Paul</City>

      <Distance>0.3</Distance>

      <Fax/>

      <GeneralEmail/>

      <ID>32783779</ID>

      <IsValid>1</IsValid>

      <Latitude>44.948333</Latitude>

      <Longitude>-93.09437</Longitude>

      <Name>Elevated Career Services</Name>

      <OpenHour/>

      <Phone>651-256-9538</Phone>

      <ProgramType>ReEntry Program Provider</ProgramType>

      <ServiceMessage/>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>https://www.careerforcemn.com/partner/elevated-career-services-0</WebSiteUrl>

      <WhyClosed/>

      <CenterStatus/>

      <Zip>55101</Zip>

    </ReEntryProgram>

    <ReEntryProgram>

      <Address1>797 East 7th Street</Address1>

      <Address2/>

      <CenterIsOpen/>

      <City>St. Paul</City>

      <Distance>1.3</Distance>

      <Fax/>

      <GeneralEmail/>

      <ID>32801914</ID>

      <IsValid>1</IsValid>

      <Latitude>44.961572</Latitude>

      <Longitude>-93.067523</Longitude>

      <Name>Chicanos Latinos Unidos en Servicio - St. Paul</Name>

      <OpenHour/>

      <Phone>651- 379-4200</Phone>

      <ProgramType>ReEntry Program Provider</ProgramType>

      <ServiceMessage/>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>http://www.clues.org/</WebSiteUrl>

      <WhyClosed/>

      <CenterStatus/>

      <Zip>55106</Zip>

    </ReEntryProgram>

    <ReEntryProgram>

      <Address1>1301 E 7th Street</Address1>

      <Address2/>

      <CenterIsOpen/>

      <City>Saint Paul</City>

      <Distance>2.4</Distance>

      <Fax/>

      <GeneralEmail>info@180Degrees.org</GeneralEmail>

      <ID>32746926</ID>

      <IsValid>1</IsValid>

      <Latitude>44.96694</Latitude>

      <Longitude>-93.04538</Longitude>

      <Name>180 Degrees - St. Paul</Name>

      <OpenHour/>

      <Phone>651-332-5500</Phone>

      <ProgramType>ReEntry Program Provider</ProgramType>

      <ServiceMessage>Programs for youth and young adults only</ServiceMessage>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>https://www.180degrees.org/youth-vocational-program.html</WebSiteUrl>

      <WhyClosed/>

      <CenterStatus/>

      <Zip>55106</Zip>

    </ReEntryProgram>

    <ReEntryProgram>

      <Address1>1669 Arcade Street N.</Address1>

      <Address2>Suite 4</Address2>

      <CenterIsOpen/>

      <City>St. Paul</City>

      <Distance>3.0</Distance>

      <Fax/>

      <GeneralEmail/>

      <ID>32801922</ID>

      <IsValid>1</IsValid>

      <Latitude>44.991297</Latitude>

      <Longitude>-93.067024</Longitude>

      <Name>Merrick Community Center</Name>

      <OpenHour/>

      <Phone>651-771-9339</Phone>

      <ProgramType>ReEntry Program Provider</ProgramType>

      <ServiceMessage/>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>https://merrickcs.org/</WebSiteUrl>

      <WhyClosed/>

      <CenterStatus/>

      <Zip>55130</Zip>

    </ReEntryProgram>

    <ReEntryProgram>

      <Address1>1821 University Ave</Address1>

      <Address2>Suite S135</Address2>

      <CenterIsOpen/>

      <City>St. Paul</City>

      <Distance>4.2</Distance>

      <Fax/>

      <GeneralEmail/>

      <ID>32801934</ID>

      <IsValid>1</IsValid>

      <Latitude>44.956827</Latitude>

      <Longitude>-93.176237</Longitude>

      <Name>ATTIC Correctional Services, Inc.</Name>

      <OpenHour/>

      <Phone>651-209-1688</Phone>

      <ProgramType>ReEntry Program Provider</ProgramType>

      <ServiceMessage/>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>http://correctionalservices.org/</WebSiteUrl>

      <WhyClosed/>

      <CenterStatus/>

      <Zip>55104-4353</Zip>

    </ReEntryProgram>

    <ReEntryProgram>

      <Address1>540 Fairview Ave North</Address1>

      <Address2>Suite 103</Address2>

      <CenterIsOpen>N</CenterIsOpen>

      <City>St. Paul</City>

      <Distance>4.3</Distance>

      <Fax>651-642-0706</Fax>

      <GeneralEmail>careerforce.saintpaul@state.mn.us</GeneralEmail>

      <ID>59808</ID>

      <IsValid>1</IsValid>

      <Latitude>44.958062</Latitude>

      <Longitude>-93.177158</Longitude>

      <Name>CareerForce in Saint Paul</Name>

      <OpenHour>8:00am - 4:30pm, Monday - Friday</OpenHour>

      <Phone>651-539-4100</Phone>

      <ProgramType>Comprehensive Center</ProgramType>

      <ServiceMessage/>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>https://www.careerforcemn.com/saintpaul</WebSiteUrl>

      <WhyClosed>We are not open to the public for in-person support; however job search, resume writing, employer services and other services will continue to be offered over the phone and online.</WhyClosed>

      <CenterStatus>We are not open to the public for in-person support; however job search, resume writing, employer services and other services will continue to be offered over the phone and online.</CenterStatus>

      <Zip>55104</Zip>

    </ReEntryProgram>

    <ReEntryProgram>

      <Address1>553 Fairview Avenue N.</Address1>

      <Address2/>

      <CenterIsOpen/>

      <City>St. Paul</City>

      <Distance>4.3</Distance>

      <Fax/>

      <GeneralEmail/>

      <ID>32801920</ID>

      <IsValid>1</IsValid>

      <Latitude>44.958283</Latitude>

      <Longitude>-93.178148</Longitude>

      <Name>Goodwill Easter Seals</Name>

      <OpenHour/>

      <Phone>651-379-5800</Phone>

      <ProgramType>ReEntry Program Provider</ProgramType>

      <ServiceMessage/>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>https://www.goodwilleasterseals.org/services/employment-services</WebSiteUrl>

      <WhyClosed/>

      <CenterStatus/>

      <Zip>55104</Zip>

    </ReEntryProgram>

    <ReEntryProgram>

      <Address1>1 Mendota Road West</Address1>

      <Address2>Suite 170</Address2>

      <CenterIsOpen>N</CenterIsOpen>

      <City>West St. Paul</City>

      <Distance>4.7</Distance>

      <Fax>651-554-6565</Fax>

      <GeneralEmail>careerforce.westsaintpaul@state.mn.us</GeneralEmail>

      <ID>11155353</ID>

      <IsValid>1</IsValid>

      <Latitude>44.88366</Latitude>

      <Longitude>-93.085715</Longitude>

      <Name>CareerForce in West Saint Paul</Name>

      <OpenHour>M-F 8am - 4:30pm</OpenHour>

      <Phone>651-554-5955</Phone>

      <ProgramType>Comprehensive Center</ProgramType>

      <ServiceMessage/>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>https://www.careerforcemn.com/westsaintpaul</WebSiteUrl>

      <WhyClosed>CareerForce is located within a county-owned or operated building that is closed because of COVID-19.</WhyClosed>

      <CenterStatus>CareerForce is located within a county-owned or operated building that is closed because of COVID-19.</CenterStatus>

      <Zip>55118-4768</Zip>

    </ReEntryProgram>

    <ReEntryProgram>

      <Address1>2266 2nd St N</Address1>

      <Address2/>

      <CenterIsOpen>Y</CenterIsOpen>

      <City>North St. Paul</City>

      <Distance>6.0</Distance>

      <Fax/>

      <GeneralEmail>careerforce.northsaintpaul@state.mn.us</GeneralEmail>

      <ID>32746195</ID>

      <IsValid>1</IsValid>

      <Latitude>45.009998</Latitude>

      <Longitude>-92.999545</Longitude>

      <Name>CareerForce in North Saint Paul</Name>

      <OpenHour>Monday - Friday, 8:00 a.m. to 4:30 p.m.</OpenHour>

      <Phone>651-266-9890</Phone>

      <ProgramType>Comprehensive Center</ProgramType>

      <ServiceMessage/>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>https://www.careerforcemn.com/northsaintpaul</WebSiteUrl>

      <WhyClosed/>

      <CenterStatus/>

      <Zip>55109</Zip>

    </ReEntryProgram>

    <ReEntryProgram>

      <Address1>360 Hoover Street NE</Address1>

      <Address2/>

      <CenterIsOpen/>

      <City>Minneapolis</City>

      <Distance>6.9</Distance>

      <Fax/>

      <GeneralEmail>cep@accessability.org</GeneralEmail>

      <ID>32801931</ID>

      <IsValid>1</IsValid>

      <Latitude>44.993496</Latitude>

      <Longitude>-93.218455</Longitude>

      <Name>AccessAbility</Name>

      <OpenHour/>

      <Phone>612-331-5958</Phone>

      <ProgramType>ReEntry Program Provider</ProgramType>

      <ServiceMessage/>

      <StateAbbr>MN</StateAbbr>

      <StateName>Minnesota</StateName>

      <WebSiteUrl>https://www.accessability.org/career-educational-pathways-1</WebSiteUrl>

      <WhyClosed/>

      <CenterStatus/>

      <Zip>55413</Zip>

    </ReEntryProgram>

  </ReEntryProgramList>

  <RecordCount>47</RecordCount>

  <SearchedBy>55101 - 25</SearchedBy>

</ReEntryProgramFinder>

Response Parameters

Name Description Type
Parent
ID
ID
String
Empty Cell
Name
Name
String
Empty Cell
Address1
Address 1
String
Empty Cell
Address2
Address 2 String
Empty Cell
City
City
String
Empty Cell
StateAbbr
State Abbreviation
String
Empty Cell
StateName
State Name
String
Empty Cell
Zip
ZIP code
String
Empty Cell
Phone
Phone
String
Empty Cell
Distance
Distance in miles city of ZIP location searched
String
Empty Cell
ProgramType
Program type. Possible values:
*Comprehensive Center (American Job Center)
*Affiliate Center (American Job Center)
*ReEntry Program Provider
String
Empty Cell
OpenHour
Open hours
String
Empty Cell
CenterIsOpen
Center is open , Y or N
String
Empty Cell
WhyClosed
Obsolete parameter, present only for backward compatibility. Do not use this going forward. String
Empty Cell
CenterStatus
Message about the current status of the center. If center is closed, this parameter might describe the reason. Centers can use this parameter to convey a wide variety of information String
Empty Cell
GeneralEmail
Email address for general questions
String
Empty Cell
Latitude
Latitude
Number
Empty Cell
Longitude
Longitude
Number
Empty Cell
WebSiteUrl
Web Site URL
String
Empty Cell
Fax
Fax
String
Empty Cell
IsValid
Valid, a flag for location accuracy and display of map and directions
1 for both map and directions
2 for map only
3 for no display of map and directions
String
Empty Cell
ServiceMessage
If this program serves Youth ex-offenders but not adult ex-offenders, then this parameter is populated with this message: "Programs for youth and young adults only"  
String
Empty Cell
RecordCount
Record count - the number of results
Number
Empty Cell
SearchedBy
Searched By State, or City, State, or ZIP Code with Radius
String
Empty Cell
MetaData
Information about the source of the API
Object
Empty Cell
Publisher
Publisher of the API
String
MetaData
Sponsor
Sponsor of the API
String
MetaData
LastAccessDate           
The time and date when the API was run, using Unix "epoch" format. You can convert to date and time using a Unix epoch converter.
String
MetaData
CitationSuggested
If you use this data, CareerOneStop suggests you use this citation.
String
MetaData
DataSource
The data source object(s)
List of Objects
MetaData
DataName
Name of data
String
DataSource
DataSourceName
Name of data source
String
DataSource
DataSourceUrl
Url of data source
String
DataSource
DataLastUpdate
Date when CareerOneStop last updated this data
String
DataSource
DataVintageOrVersion
Version or vintage of the data
String
DataSource
DataDescription
Description of the data
String
DataSource
DataSourceCitation
Suggested citation for this data source
String
DataSource

Errors

Error/Status Code Description
 200
OK / Success. The request went through successfully and there is a response body.
 400
Bad Request (Request was invalid or missing parameters)
 401    
Unauthorized. This error occurs specifically when authentication is required and has failed or has not yet been provided correctly. (ex: Invalid API Token)
 404
This error will be shown in two scenarios 1) Not found - (An error occurred) and 2) Not found - (No data available)
 500
Internal Server Error. This error will occur when there is something critically wrong in the API call.