internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaItemBaseMetadataBeta

    IaItemBaseMetadata: {
        addeddate?: string;
        collection: IaCollectionId | IaCollectionId[];
        identifier: string;
        mediatype: IaMediaType;
        publicdate?: string;
        search_collection?: string;
    } & IaBaseMetadataType

    Type Declaration

    • Optionaladdeddate?: string

      2019-12 and later dates: represents time item was added to public search engine. Earlier dates: Date and time in UTC that the item was created

    • collection: IaCollectionId | IaCollectionId[]

      Indicates to the website what collection(s) this item belongs to.

    • identifier: string

      Unique identifier for an item on the archive.org web site. Used in the URL for the item, ie archive.org/details/[identifier].

    • mediatype: IaMediaType

      Mediatype tells us about the main content of the item. It is used to determine how the item is displayed on the web site and may trigger special processing depending on the types of files contained in the item.

    • Optionalpublicdate?: string

      The date and time in UTC that the item was created on archive.org.

    • Optionalsearch_collection?: string

      Optional search term for collections