Usage Imeow API

Setting up and using Imeow API for your projects.

Usage of API

API (Application Programming Interface) is an interface designed for communication between applications. It is similar to a user interface, except that instead of people, other programs use it, and communication can be limited to only passing necessary information in the simplest format possible.

The functions of our API are synchronous, which means that you send a request and practically instantly receive a response. All responses from our API are in JSON format and can be obtained by simply calling the relevant URL with a variable.

The basic address of the API: https://api.imeow.cz/v1

Function overview: API and examples

  1. Name in the 5th case
  2. Surname in the 5th case
  3. QR code generation
  4. We are working on additional functions.
$question = file_get_contents("https://api.imeow.cz/v1/get_first_name/?jmeno=Lukáš");
$decode = json_decode($dotaz,TRUE);
echo $dekodovani['jmeno'];

5th case name

URL: https://api.imeow.cz/v1/get_first_name/jmeno={jmeno}

Variables

Variable required type example
jmeno yes text Lukáš

Result

variable type example
jmeno text Lukáši

5th case last name

URL: https://api.imeow.cz/v1/get_last_name/?prijmeni={prijmeni}

Variables

variable required type example
prijmeni yes text Žula

Result

variable type example
prijmeni text Žulo

QR code

URL: https://api.imeow.cz/v1/qr_code/?text={text}&size={velikost}

Variables

variable required type example
text yes text Sometext
velikost yes number 100

Specify the size as a whole number representing the number of pixels. If the size is not filled in, the default setting of 300 pixels will be used, and the maximum size is 1000 pixels.

Result

Returns the QR code as an image in PNG format.

Manage cookie consent
To provide the best services, we use technologies such as cookies to store and/or access information about your device. Your consent to these technologies allows us to process data such as browsing behavior or unique IDs on this website. Refusal or withdrawal of consent may adversely affect certain features and functions.

Cookie policy Protection of personal data

Accept selected Accept all