The Jobcast API allows you to query, add, modify, and delete job postings on Jobcast's social recruitment app. The API is based on REST principles and uses JSON for serialization. The official Jobcast app has been using this API in production since December 2011 and the API is now ready for 3rd party consumption.
All URLs start with:
https://app.jobcast.net/api/v1.0/
Example:
https://app.jobcast.net/api/v1.0/jobtypes
The API is served over HTTPS. Unencrypted HTTP is not supported.
We designed our API with RESTfulness in mind, but there are some notable exceptions:
Although the API footprint is much wider than what's documented here, only what's documented is supported. Anything that you discover that's outside of this documentation is subject to change without warning. We will expand the supported API footprint on an ongoing basis and whenever we do, this documentation will be updated accordingly.