UPDATE – Public APIs List Functionality

Category: | Posted on:February 15, 2024
public apis list update

There are several new enhancements to the Public APIs List project.

Hide CORS APIs

I added a checkbox at the top that will filter out any APIs that require CORS headers in order to fetch them. It was the first additional feature that came to mind as I was evaluating the available keys in the JSON response. I’m not going to want to deal with CORS as I fiddle on personal projects. The “Total” header is dynamic and updates when the hideCors state changes.

Links and Descriptions

I wanted to make use of as many of the available data keys as possible. The title and CORS status were the most important for functionality, but there were a couple other values that could enhance the UI.  I output the API descriptions to provide more information about each one at a glance. Then I linked them out to their sources to make the full details more accessible.

Tags: , , ,

Related Logs


  • UPDATE – Simple Responsive Portfolio Svelte

    January 26, 2026

    Refactored the code in the Simple Responsive Portfolio Svelte to use updated Svelte 5 syntax for state and props. Svelte 5 Syntax Svelte 5 retired the prior export syntax. Before, the parent would establish state with a let variable declaration: A child component could then receive it with an export statement: The new syntax for […]

    Continue Reading
  • NEW PROJECT – Simple Responsive Portfolio Svelte

    January 23, 2026

    The Simple Responsive Portfolio Svelte is a remake of my Simple Responsive Portfolio project in Svelte 5. Objective I need to brush up on my Svelte skills since it updated to v5. My last foray was a photo album for my wedding that used Svelte Cloudinary to handle uploads. This project was just a simple […]

    Continue Reading
  • RIP Glitch.com

    January 12, 2026

    Glitch.com, the service I was using to host some of my projects for free, has terminated its hosting services. I didn’t find out until after the grace period, so everything I had up there is gone, but it was all just copies of existing repos anyway. I’ve had to migrate the original Game Picker 9000, […]

    Continue Reading