W3Schools.com (2024)

A Web API is a developer's dream.

  • It can extend the functionality of the browser
  • It can greatly simplify complex functions
  • It can provide easy syntax to complex code

What is Web API?

API stands for Application Programming Interface.

A Web API is an application programming interface for the Web.

A Browser API can extend the functionality of a web browser.

A Server API can extend the functionality of a web server.

Browser APIs

All browsers have a set of built-in Web APIs to support complex operations, and to help accessing data.

For example, the Geolocation API can return the coordinates of where the browser is located.

Example

Get the latitude and longitude of the user's position:

const myElement = document.getElementById("demo");

function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition);
} else {
myElement.innerHTML = "Geolocation is not supported by this browser.";
}
}

function showPosition(position) {
myElement.innerHTML = "Latitude: " + position.coords.latitude +
"<br>Longitude: " + position.coords.longitude;
}

Try it Yourself »

Third Party APIs

Third party APIs are not built into your browser.

To use these APIs, you will have to download the code from the Web.

Examples:

  • YouTube API - Allows you to display videos on a web site.
  • Twitter API - Allows you to display Tweets on a web site.
  • Facebook API - Allows you to display Facebook info on a web site.

W3schools Pathfinder

Track your progress - it's free!

W3Schools.com (2024)
Top Articles
What Is CPM? Cost Per Thousand Impressions Explained | Publift
Focus Group Roles | Strategic Planning
Hometown Pizza Sheridan Menu
jazmen00 x & jazmen00 mega| Discover
Ross Dress For Less Hiring Near Me
How to know if a financial advisor is good?
America Cuevas Desnuda
1movierulzhd.fun Reviews | scam, legit or safe check | Scamadviser
Craigslist Pet Phoenix
What is international trade and explain its types?
Sinai Web Scheduler
Craigslistdaytona
Best Pawn Shops Near Me
Palace Pizza Joplin
Nashville Predators Wiki
Tcgplayer Store
Viha Email Login
Prosser Dam Fish Count
Roof Top Snipers Unblocked
Missed Connections Inland Empire
ELT Concourse Delta: preparing for Module Two
Best Mechanics Near You - Brake Masters Auto Repair Shops
Raz-Plus Literacy Essentials for PreK-6
Walmart Near South Lake Tahoe Ca
Craigslist Northfield Vt
8005607994
Sunset Time November 5 2022
Sam's Club Gas Price Hilliard
Apparent assassination attempt | Suspect never had Trump in sight, did not get off shot: Officials
1979 Ford F350 For Sale Craigslist
What we lost when Craigslist shut down its personals section
Stephanie Bowe Downey Ca
Craigslist Boerne Tx
Kempsville Recreation Center Pool Schedule
Pfcu Chestnut Street
Eero Optimize For Conferencing And Gaming
123Moviestvme
Daily Journal Obituary Kankakee
Hannibal Mo Craigslist Pets
Baywatch 2017 123Movies
Maxpreps Field Hockey
Woodman's Carpentersville Gas Price
Wayne State Academica Login
Conan Exiles Armor Flexibility Kit
Tattoo Shops In Ocean City Nj
814-747-6702
Sea Guini Dress Code
Jane Powell, MGM musical star of 'Seven Brides for Seven Brothers,' 'Royal Wedding,' dead at 92
Accident On 40 East Today
Msatlantathickdream
Att Corporate Store Location
Latest Posts
Article information

Author: Jerrold Considine

Last Updated:

Views: 6012

Rating: 4.8 / 5 (58 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Jerrold Considine

Birthday: 1993-11-03

Address: Suite 447 3463 Marybelle Circles, New Marlin, AL 20765

Phone: +5816749283868

Job: Sales Executive

Hobby: Air sports, Sand art, Electronics, LARPing, Baseball, Book restoration, Puzzles

Introduction: My name is Jerrold Considine, I am a combative, cheerful, encouraging, happy, enthusiastic, funny, kind person who loves writing and wants to share my knowledge and understanding with you.