Teamlyzer-PT / api

This is the Teamlyzer API documentation.
7 stars 0 forks source link
api api-documentation

Version badge

Teamlyzer API

This repository holds the documentation for the API that powers the Teamlyzer website.

The API can be used by others to programmatically access and build upon the Teamlyzer data.

Table of contents

Access and authentication

The access and use of the API are free, but subject to authentication and limited to pre-registered static IP addresses, to prevent server overload. To obtain access, please contact us at suporte@teamlyzer.com, requesting a username and password, and providing your static IP.

An authenticated request would look like this:

curl -u user:pass -i https://xx.teamlyzer.com/api/endpoint

The xx in the example URL above is a placeholder for a country code, and should be replaced with an actual country code. Use pt for Portuguese, and br for Brazilian data.

Usage

Get overall rating for a company

Get detailed rating for a company

Get total of job reviews ordered by company total

Get total of interview reviews ordered by company total

Get job reviews for a company

Get interview reviews for a company

CSS

.aa_rating{ color:white; background-color: #257C00 !important; font-size: 25px; padding: 2px 5px; font-weight: bold; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; opacity: 0.8; }

.a_rating{ color:white; background-color: #3F7E00 !important; font-size: 25px; padding: 2px 5px; font-weight: bold; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; opacity: 0.8; }

.b_rating{ color:white; background-color: #5BA829 !important; font-size: 25px; padding: 2px 5px; font-weight: bold; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; opacity: 0.8; }

.c_rating{ color:white; background-color: #9ACD32 !important; font-size: 25px; padding: 2px 5px; font-weight: bold; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; opacity: 0.8; }

.d_rating{ color:white; background-color: #EDD614 !important; font-size: 25px; padding: 2px 5px; font-weight: bold; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; opacity: 0.8; }

.e_rating{ color:white; background-color: #FFBA00 !important; font-size: 25px; padding: 2px 5px; font-weight: bold; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; opacity: 0.8; }

.f_rating{ color:white; background-color: #FF7800 !important; font-size: 25px; padding: 2px 5px; font-weight: bold; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; opacity: 0.8; }