Help
RSS
API
Feed
Maltego
Contact
Domain > api.niklas.fyi
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-21
104.21.79.166
(
ClassC
)
2026-02-02
172.67.146.154
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 02 Feb 2026 09:55:42 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Age: 0Cache-Control: public,max-age0,must-revalidatecache-status: Netlify Edge; fwdmissReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sPi2apWF5ilvqcIn3lsevC5qgpmTjkvxiwsrv5CKvHi%2BWwX2Jz8egNFGxC7nC%2F1dS%2F7%2BCpulc8ZkjN2o19eDbp1MHilmbqpNRHSjnncx5}}Server: cloudflarestrict-transport-security: max-age31536000vary: Accept-Encodingx-nf-request-id: 01KGEWF2AYXDH0FHG390JCPBSVcf-cache-status: DYNAMICCF-RAY: 9c78d07adb92c146-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1> title>IndieWeb API/title> style> html { color-scheme: light dark; font-family: Avenir, Montserrat, Corbel, URW Gothic, source-sans-pro, sans-serif; max-width: 800px; margin: 0 auto; padding: 2rem; } h1 { border-bottom: 2px solid currentColor; padding-bottom: 0.5rem; } h2 { margin-top: 2rem; border-bottom: 1px solid currentColor; padding-bottom: 0.25rem; } dl { margin: 1rem 0; } dt { font-weight: bold; margin-top: 0.75rem; } dd { margin-left: 2rem; margin-bottom: 0.5rem; } code { background: rgba(128, 128, 128, 0.1); padding: 0.1rem 0.3rem; border-radius: 3px; font-family: Courier New, monospace; } footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid currentColor; text-align: center; color: gray; } .endpoint-group { margin-bottom: 2rem; } /style>/head>body> main> h1>IndieWeb API/h1> p>Combined API hosting IndieAuth, Micropub, and Webmentions endpoints for the IndieWeb./p> div classendpoint-group> h2>🔐 IndieAuth Endpoints/h2> p>Authentication and authorization endpoints for IndieAuth./p> dl> dt>b>GET/b> code>/.well-known/oauth-authorization-server/code>/dt> dd>Show a hrefhttps://indieauth.spec.indieweb.org/#indieauth-server-metadata>IndieAuth Server Metadata/a>./dd> dt>b>GET/b> code>/auth/code>/dt> dd>Show login form to a hrefhttps://indieauth.spec.indieweb.org/#authorization-request>Authenticate/a>./dd> dt>b>POST/b> code>/auth/code>/dt> dd>Exchange code>code/code> for a hrefhttps://indieauth.spec.indieweb.org/#profile-information>Profile Information/a>./dd> dt>b>GET/b> code>/token/code> small>(legacy)/small>/dt> dd>Check if code>token/code> is a hrefhttps://indieauth.spec.indieweb.org/#access-token-verification-response>valid/a>./dd> dt>b>POST/b> code>/token/code>/dt> dd>Exchange code>code/code> for a hrefhttps://indieauth.spec.indieweb.org/#access-token-response>Access Token/a>./dd> dt>b>POST/b> code>/introspect/code>/dt> dd>Check if code>token/code> is a hrefhttps://indieauth.spec.indieweb.org/#access-token-verification-response>valid/a>./dd> dt>b>GET/b> code>/userinfo/code>/dt> dd>Get a hrefhttps://indieauth.spec.indieweb.org/#user-information>User Information/a>./dd> /dl> /div> div classendpoint-group> h2>📝 Micropub Endpoints/h2> p>Create, update, and delete content on your site./p> dl> dt>b>POST/b> code>/micropub/code>/dt> dd>a hrefhttps://www.w3.org/TR/micropub/>Micropub endpoint/a> handler for creating, updating, and deleting posts./dd> dt>b>GET/b> code>/micropub?q{config,media-endpoint,syndicate-to,post-types}/code>/dt> dd>a hrefhttps://micropub.spec.indieweb.org/#querying>Query/a> your micropub configurations./dd> dt>b>GET/b> code>/micropub?qsource&url/code>/dt> dd>Get properties for post in code>url/code>. See a hrefhttps://micropub.spec.indieweb.org/#source-content>Source Content/a>./dd> dt>b>POST/b> code>/media/code>/dt> dd>a hrefhttps://www.w3.org/TR/micropub/#media-endpoint>Micropub media endpoint/a> handler for uploading files./dd> dt>b>GET/b> code>/media?qsource/code>/dt> dd>Get list of most recently uploaded files./dd> /dl> /div> div classendpoint-group> h2>💬 Webmention Endpoints/h2> p>Receive and manage webmentions for your site./p> dl> dt>b>POST/b> code>/webmention/code>/dt> dd>Webmention receiver endpoint./dd> dt>b>DELETE/b> code>/webmention?token&source&target/code>/dt> dd>Force delete a processed webmention. b>REQUIRED:/b> code>token/code>./dd> dt>b>GET/b> code>/process/code>/dt> dd>Process queue of received webmentions./dd> dt>b>GET/b> code>/webmentions?url/code>/dt> dd>Return all webmentions for code>url/code>./dd> dt>b>GET/b> code>/webmentions?token/code>/dt> dd>Return all webmentions received grouped by target. b>REQUIRED:/b> code>token/code>/dd> dt>b>GET/b> code>/import?token&webmentionio/code>/dt> dd>Import webmentions from a hrefhttps://webmention.io>webmention.io/a>. b>REQUIRED:/b> code>token/code> and code>webmentionio/code> token/dd> /dl> /div> /main> footer> p>Built with ❤️ for the a hrefhttps://indieweb.org/>IndieWeb/a>/p> p>small>Based on a hrefhttps://github.com/benjifs/serverless-indieauth>serverless-indieauth/a>, a hrefhttps://github.com/benjifs/serverless-micropub>serverless-micropub/a>, and a hrefhttps://github.com/benjifs/serverless-webmentions>serverless-webmentions/a>/small>/p> /footer>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]