CCYI GLOBAL ACADEMY
Shop beginner-friendly tech courses, practical training tutorials, data tools, web development content, automation, and digital skills courses from Palace Tech Hub.
Shop beginner-friendly tech courses, practical training tutorials, data tools, web development content, automation, and digital skills courses from Palace Tech Hub.
Pay by Bank Transfer
Bank Name: UNITED BANK FOR AFRICA
Account Name: CCYI GLOBAL ENTERPRISE
Account Number: 1017417XXX
After payment, click “Confirm Payment on WhatsApp” below and send your proof of payment.
Total: ₦0
API stands for Application Programming Interface.
👉 In simple terms:
An API allows different software applications to communicate with each other.
Think of an API like a waiter in a restaurant:
👉 You don’t go to the kitchen yourself—the API does the work.
👉 This is called Request → Response
Used over the internet
Example: Getting data from a website
These are actions you can perform:
An endpoint is a URL where an API is accessed.
Example:
https://api.example.com/users
👉 This is where requests are sent.
JSON stands for JavaScript Object Notation.
👉 It is the format APIs use to send data.
Example:
{
"name": "John",
"age": 25
}
fetch("https://api.example.com/data")
.then(response => response.json())
.then(data => console.log(data));
👉 This gets data from an API.
👉 APIs connect:
Example:
APIs help:
Students can use APIs to:
👉 API is:
👉 “An API is the messenger that makes different systems talk and work together.”
Hobby (Free) Plan You can have up to 200 projects (websites/apps) under one account. Each project can have its own: Production deploy...