From 3191daabc8f46cb066b3838dd43c013acd4f4f07 Mon Sep 17 00:00:00 2001 From: forklab Date: Sat, 15 Aug 2026 19:51:02 -0700 Subject: [PATCH 1/2] Add Attestwire API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adda625b..ee49e037 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|:---|:---|:---|:---| | [VATlayer](https://vatlayer.com/?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers) | VAT number validation | `apiKey` | Yes | Unknown | | +| [Attestwire](https://api.attestwire.com/docs) | Validate EN 16931 e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS | `apiKey` | Yes | Yes | | | [Lob.com](https://lob.com/) | US Address Verification | `apiKey` | Yes | Unknown | | | [Postman Echo](https://www.postman-echo.com) | Test api server to receive and return value from HTTP method | No | Yes | Unknown | | | [PurgoMalum](http://www.purgomalum.com) | Content validator against profanity & obscenity | No | No | Unknown | | From 282ce6e52a483f66a5b078a6738079a4e4ea3e25 Mon Sep 17 00:00:00 2001 From: forklab Date: Tue, 18 Aug 2026 11:42:40 -0700 Subject: [PATCH 2/2] Remove trailing pipe from Attestwire row Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee49e037..4bf04698 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|:---|:---|:---|:---| | [VATlayer](https://vatlayer.com/?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers) | VAT number validation | `apiKey` | Yes | Unknown | | -| [Attestwire](https://api.attestwire.com/docs) | Validate EN 16931 e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS | `apiKey` | Yes | Yes | | +| [Attestwire](https://api.attestwire.com/docs) | Validate EN 16931 e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS | `apiKey` | Yes | Yes | | [Lob.com](https://lob.com/) | US Address Verification | `apiKey` | Yes | Unknown | | | [Postman Echo](https://www.postman-echo.com) | Test api server to receive and return value from HTTP method | No | Yes | Unknown | | | [PurgoMalum](http://www.purgomalum.com) | Content validator against profanity & obscenity | No | No | Unknown | |