'Where can I find a full spanish dictionary in json or csv?

Does anyone know where I can download the complete Spanish dictionary in CSV / JSON? Or some free API that you can use?



Solution 1:[1]

You can get a list of words here, it's only a ".txt" file but you can open it on Excel and manage as you want, to finally transform into a JSON file with pages like Excel to JSON.

How to edit better your ".txt" file: Use a regular expression in editors like Sublime. Find a full word (\w+), replace with "$1": my values. See example bellow:

enter image description here

*NOTE: This is a github link, so it can be deleted. I hope it helps you, otherway sorry if data cannot be found.

Solution 2:[2]

A list of all available Spanish words can be downloaded here: https://dumps.wikimedia.org/eswiktionary/latest/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 Keff