Power your applications with the ArweaveLists API and access data from the Arweave ecosystem.

Our Public API has a rate limit of 45-60 calls/minute, and doesn't come with API key.
Need something more powerful? Contact us to access API key! 🔑

GET all projects (Full Data)

https://api.weavescan.dev/api/content/items/projects

You can populate project item with linked content items (category & alternatives).

https://api.weavescan.dev/api/content/items/projects?populate=1

But your can also display a specific project field using an Url encoded field projection as json. To display only projects titles :

?fields={title:1}

And you can sort projects item by ascending or descending on specific field. Example with a sort on title ASC:

For ascending : ?sort={title:1}

For descending : ?sort={title:-1}

GET project by {id}

https://api.weavescan.dev/api/content/item/projects/{_id}

Ex: get Akord data https://api.weavescan.dev/api/content/item/projects/62e79df269d5065cf40aa7a1

	"title": "ArConnect",
"slug": "arconnect",
"description": "Secure wallet management for Arweave. ArConnect provides simple and effective way to interact with Permaweb Apps.",
"image": {
	"path": "/2023/01/27/4Wh9R_8F_400x400_uid_63d3c6de0bd37.png",
	"title": "214783733-211638e2-4f99-4378-a178-8532478615b4.png",
	"mime": "image/png",
	"type": "image",
	"description": "",
	"tags": [],
	"size": 12767,
	"colors": [
	"#ac9cfc",
	"#eae7fc",
	"#d4cbfc",
	"#c9c0fc",
	"#c4b4fc"
	],
	"width": 400,
	"height": 400,
	"_hash": "cce5e76f177c9c549d8e87b4855b9fe7",
	"_created": 1674822556,
	"_modified": 1674823394,
	"_cby": "62e50ca765972977fc596d41",
	"folder": "62e50dcc8fef384f9554ee01",
	"_id": "63d3c39cd7cb2a5bf30eac71",
	"_mby": "62e50ca765972977fc596d41"
},
"link": "https://arconnect.io",
"arUrlTx": null,
"twitter": "arconnectio",
"discord": "https://discord.gg/gzHeuZS3Rb",
"telegram": null,
"tags": [
	"non-custodial-wallet",
	"cross-browser",
	"free",
	"open-source",
	"cross-plateform"
],
"categories": [
	{
	"_model": "categories",
	"_id": "62e69584002e287295723e12"
	}
],
"alternatives": [],
"_state": 1,
"_modified": 1674822635,
"_mby": "62e50ca765972977fc596d41",
"_created": 1674822626,
"_cby": "62e50ca765972977fc596d41",
"_id": "63d3c3e2d7cb2a5bf30eac72"

You can populate project item with linked content items (category & alternatives).

https://api.weavescan.dev/api/content/item/projects/{_id}?populate=1

Ex: get Akord with linked content items https://api.weavescan.dev/api/content/item/projects/62e79df269d5065cf40aa7a1

	"title": "Akord",
"slug": "akord",
"description": "Akord is a protocol for secure storage and publishing on Arweave. Store, share and publish data permanently with public or private digital vaults. Try the mobile-friendly web app to start uploading to Arweave now, or integrate and extend the protocol in your own app with our builder tools.\n",
"image": {
	"path": "/2023/02/24/dAiOoHbf_400x400_uid_63f8eb93820fb.png",
	"title": "akord.png",
	"mime": "image/png",
	"type": "image",
	"description": "",
	"tags": [],
	"size": 9519,
	"colors": [
	"#040404",
	"#f17237",
	"#747474",
	"#646464",
	"#4c4c4c"
	],
	"width": 400,
	"height": 400,
	"_created": 1659178499,
	"_modified": 1677257640,
	"_cby": "62e50ca765972977fc596d41",
	"folder": "62e50dcc8fef384f9554ee01",
	"_id": "62e50e0806b7c96c9734b9a6",
	"_hash": "f6d416e2322bf75882f279aeafb21f22",
	"_mby": "62e50ca765972977fc596d41"
},
"link": "https://akord.com",
"twitter": "AkordTeam",
"discord": "https://discord.com/invite/YQVAyhFgAn",
"telegram": null,
"tags": [
	"freemium",
	"encryption",
	"web-app"
],
"categories": [
	{
	"name": "Storage",
	"id": "storage",
	"sss": "#997070",
	"_state": 1,
	"_modified": 1659278708,
	"_mby": "62e50ca765972977fc596d41",
	"_created": 1659205936,
	"_cby": "62e50ca765972977fc596d41",
	"_id": "62e5793048b7bd3d894a3051",
	"color": "butter",
	"_model": "categories"
	}
],
"alternatives": [
	{
	"name": "Dropbox",
	"image": {
		"path": "/2022/07/30/dropbox_uid_62e534efdcd8b.png",
		"title": "dropbox.png",
		"mime": "image/png",
		"type": "image",
		"description": "",
		"tags": [],
		"size": 38497,
		"colors": [
		"#0c2484",
		"#dbfbfb",
		"#6c84bc",
		"#5e78b4",
		"#84a0cc"
		],
		"width": 512,
		"height": 512,
		"_created": 1659188463,
		"_modified": 1659188463,
		"_cby": "62e50ca765972977fc596d41",
		"folder": "62e534c6bc4a34236a7eb181",
		"_id": "62e534f3f28de15a995d0d9e"
	},
	"_state": 1,
	"_modified": 1659279170,
	"_mby": "62e50ca765972977fc596d41",
	"_created": 1659279170,
	"_cby": "62e50ca765972977fc596d41",
	"_id": "62e697427827c00bb904f381",
	"_model": "alternatives"
	},
	{
	"name": "Google Drive",
	"image": {
		"path": "/2022/07/30/google-drive_uid_62e534f06f50d.png",
		"title": "google-drive.png",
		"mime": "image/png",
		"type": "image",
		"description": "",
		"tags": [],
		"size": 4969,
		"colors": [
		"#1d7df3",
		"#f8a00f",
		"#04a23e",
		"#e0ecd1",
		"#6cce94"
		],
		"width": 512,
		"height": 512,
		"_created": 1659188463,
		"_modified": 1659188463,
		"_cby": "62e50ca765972977fc596d41",
		"folder": "62e534c6bc4a34236a7eb181",
		"_id": "62e534f3f28de15a995d0da8"
	},
	"_modified": 1659279246,
	"_mby": "62e50ca765972977fc596d41",
	"_created": 1659279241,
	"_state": 1,
	"_cby": "62e50ca765972977fc596d41",
	"_id": "62e69789f002541af72a51b1",
	"_model": "alternatives"
	},
	{
	"name": "Microsoft OneDrive",
	"image": {
		"path": "/2022/07/30/microsoft-onedrive_uid_62e534f17c2fc.png",
		"title": "microsoft-onedrive.png",
		"mime": "image/png",
		"type": "image",
		"description": "",
		"tags": [],
		"size": 22576,
		"colors": [
		"#1281d3",
		"#dbdcdc",
		"#25a5ea",
		"#76aed9",
		"#7cbcec"
		],
		"width": 512,
		"height": 512,
		"_created": 1659188463,
		"_modified": 1659188463,
		"_cby": "62e50ca765972977fc596d41",
		"folder": "62e534c6bc4a34236a7eb181",
		"_id": "62e534f3f28de15a995d0dba"
	},
	"_state": 1,
	"_modified": 1659279275,
	"_mby": "62e50ca765972977fc596d41",
	"_created": 1659279275,
	"_cby": "62e50ca765972977fc596d41",
	"_id": "62e697ab71041008e91cf6f1",
	"_model": "alternatives"
	},
	{
	"name": "Box",
	"image": {
		"path": "/2022/07/30/box_uid_62e534ef9bf5e.png",
		"title": "box.png",
		"mime": "image/png",
		"type": "image",
		"description": "",
		"tags": [],
		"size": 6559,
		"colors": [
		"#0464d4",
		"#d1e2f6",
		"#78acec",
		"#68a0e4",
		"#3984dc"
		],
		"width": 512,
		"height": 512,
		"_created": 1659188463,
		"_modified": 1659188463,
		"_cby": "62e50ca765972977fc596d41",
		"folder": "62e534c6bc4a34236a7eb181",
		"_id": "62e534f3f28de15a995d0d99"
	},
	"_state": 1,
	"_modified": 1659279295,
	"_mby": "62e50ca765972977fc596d41",
	"_created": 1659279295,
	"_cby": "62e50ca765972977fc596d41",
	"_id": "62e697bf7827c00bb904f382",
	"_model": "alternatives"
	},
	{
	"name": "iCloud Drive",
	"image": {
		"path": "/2022/07/30/icloud-drive_uid_62e534f11d23b.png",
		"title": "icloud-drive.png",
		"mime": "image/png",
		"type": "image",
		"description": "",
		"tags": [],
		"size": 4667,
		"colors": [
		"#3fa7f8",
		"#dae0e4",
		"#88d8f7",
		"#6fd4fb",
		"#63c7f8"
		],
		"width": 90,
		"height": 90,
		"_created": 1659188463,
		"_modified": 1659188463,
		"_cby": "62e50ca765972977fc596d41",
		"folder": "62e534c6bc4a34236a7eb181",
		"_id": "62e534f3f28de15a995d0db3"
	},
	"_state": 1,
	"_modified": 1659279325,
	"_mby": "62e50ca765972977fc596d41",
	"_created": 1659279325,
	"_cby": "62e50ca765972977fc596d41",
	"_id": "62e697dd857fed652409d3d1",
	"_model": "alternatives"
	}
],
"_modified": 1677369301,
"_mby": "62e50ca765972977fc596d41",
"_created": 1659346418,
"_state": 1,
"_cby": "62e50ca765972977fc596d41",
"_id": "62e79df269d5065cf40aa7a1",
"arUrlTx": null
	

GET project assets image

https://api.weavescan.dev/storage/uploads/{image:path}

Ex: get Akord logo image https://api.weavescan.dev/storage/uploads/2023/02/24/dAiOoHbf_400x400_uid_63f8eb93820fb.png